mbed TLS v3.3.0
|
#include <crypto_extra.h>
Data Fields | |
psa_algorithm_t | private_alg |
unsigned int | private_state |
unsigned int | private_sequence |
unsigned int | private_input_step |
unsigned int | private_output_step |
uint8_t * | private_password |
size_t | private_password_len |
psa_pake_role_t | private_role |
uint8_t | private_buffer [MBEDTLS_PSA_PAKE_BUFFER_SIZE] |
size_t | private_buffer_length |
size_t | private_buffer_offset |
union { | |
mbedtls_ecjpake_context ecjpake | |
uint8_t dummy | |
} | private_ctx |
Definition at line 1915 of file crypto_extra.h.
uint8_t psa_pake_operation_s::dummy |
Definition at line 1936 of file crypto_extra.h.
mbedtls_ecjpake_context psa_pake_operation_s::ecjpake |
Definition at line 1933 of file crypto_extra.h.
psa_algorithm_t psa_pake_operation_s::private_alg |
Definition at line 1917 of file crypto_extra.h.
uint8_t psa_pake_operation_s::private_buffer[MBEDTLS_PSA_PAKE_BUFFER_SIZE] |
Definition at line 1926 of file crypto_extra.h.
size_t psa_pake_operation_s::private_buffer_length |
Definition at line 1927 of file crypto_extra.h.
size_t psa_pake_operation_s::private_buffer_offset |
Definition at line 1928 of file crypto_extra.h.
union { ... } psa_pake_operation_s::private_ctx |
unsigned int psa_pake_operation_s::private_input_step |
Definition at line 1921 of file crypto_extra.h.
unsigned int psa_pake_operation_s::private_output_step |
Definition at line 1922 of file crypto_extra.h.
uint8_t* psa_pake_operation_s::private_password |
Definition at line 1923 of file crypto_extra.h.
size_t psa_pake_operation_s::private_password_len |
Definition at line 1924 of file crypto_extra.h.
psa_pake_role_t psa_pake_operation_s::private_role |
Definition at line 1925 of file crypto_extra.h.
unsigned int psa_pake_operation_s::private_sequence |
Definition at line 1919 of file crypto_extra.h.
unsigned int psa_pake_operation_s::private_state |
Definition at line 1918 of file crypto_extra.h.