Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/psa/
Dpsa_constant_names.c80 static const char *psa_dh_family_name(psa_dh_family_t group);
104 psa_dh_family_t group) in append_with_group()
173 psa_dh_family_t group) in psa_snprint_dh_group()
272 (psa_dh_family_t) value); in process_unsigned()
310 return process_unsigned(TYPE_DH_GROUP, (psa_dh_family_t) (-1), in main()
/third_party/mbedtls/include/psa/
Dcrypto_types.h121 typedef uint8_t psa_dh_family_t; typedef
Dcrypto_values.h724 ((psa_dh_family_t) (PSA_KEY_TYPE_IS_DH(type) ? \
734 #define PSA_DH_FAMILY_RFC7919 ((psa_dh_family_t) 0x03)
Dcrypto_extra.h430 #define PSA_DH_FAMILY_CUSTOM ((psa_dh_family_t) 0x7e)
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_metadata.function705 psa_dh_family_t group = group_arg;
/third_party/mbedtls/
DChangeLog1627 group families to psa_ecc_family_t and psa_dh_family_t, in line with the