Searched refs:psa_dh_family_t (Results 1 – 6 of 6) sorted by relevance
80 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()
121 typedef uint8_t psa_dh_family_t; typedef
724 ((psa_dh_family_t) (PSA_KEY_TYPE_IS_DH(type) ? \734 #define PSA_DH_FAMILY_RFC7919 ((psa_dh_family_t) 0x03)
430 #define PSA_DH_FAMILY_CUSTOM ((psa_dh_family_t) 0x7e)
705 psa_dh_family_t group = group_arg;
1627 group families to psa_ecc_family_t and psa_dh_family_t, in line with the