Home
last modified time | relevance | path

Searched refs:psa_pake_family_t (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.6.0/include/psa/
Dcrypto_extra.h890 typedef uint8_t psa_pake_family_t; typedef
1113 static psa_pake_family_t psa_pake_cs_get_family(
1851 psa_pake_family_t family;
1885 cipher_suite->family = (psa_pake_family_t) (0xFF & (primitive >> 16)); in psa_pake_cs_set_primitive()
1889 static inline psa_pake_family_t psa_pake_cs_get_family( in psa_pake_cs_get_family()