Mbed TLS v3.5.2
|
#include <crypto_extra.h>
Data Fields | |
psa_algorithm_t | algorithm |
psa_pake_primitive_type_t | type |
psa_pake_family_t | family |
uint16_t | bits |
psa_algorithm_t | hash |
Definition at line 1895 of file crypto_extra.h.
psa_algorithm_t psa_pake_cipher_suite_s::algorithm |
Definition at line 1896 of file crypto_extra.h.
Referenced by psa_pake_cs_get_algorithm(), and psa_pake_cs_set_algorithm().
uint16_t psa_pake_cipher_suite_s::bits |
Definition at line 1899 of file crypto_extra.h.
Referenced by psa_pake_cs_get_bits(), psa_pake_cs_get_primitive(), and psa_pake_cs_set_primitive().
psa_pake_family_t psa_pake_cipher_suite_s::family |
Definition at line 1898 of file crypto_extra.h.
Referenced by psa_pake_cs_get_family(), psa_pake_cs_get_primitive(), and psa_pake_cs_set_primitive().
psa_algorithm_t psa_pake_cipher_suite_s::hash |
Definition at line 1900 of file crypto_extra.h.
Referenced by psa_pake_cs_get_hash(), and psa_pake_cs_set_hash().
psa_pake_primitive_type_t psa_pake_cipher_suite_s::type |
Definition at line 1897 of file crypto_extra.h.
Referenced by psa_pake_cs_get_primitive(), and psa_pake_cs_set_primitive().