Lines Matching refs:group
46 * value, check with the Arm PSA framework group to pick one that other
346 /* Note that key type values, including ECC family and DH group values, are
704 * \param group A value of type ::psa_dh_family_t that identifies the
705 * Diffie-Hellman group to be used.
707 #define PSA_KEY_TYPE_DH_KEY_PAIR(group) \
708 (PSA_KEY_TYPE_DH_KEY_PAIR_BASE | (group))
711 * \param group A value of type ::psa_dh_family_t that identifies the
712 * Diffie-Hellman group to be used.
714 #define PSA_KEY_TYPE_DH_PUBLIC_KEY(group) \
715 (PSA_KEY_TYPE_DH_PUBLIC_KEY_BASE | (group))
730 /** Extract the group from a Diffie-Hellman key type. */