Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpk.c682 psa_ecc_family_t from_family = pk->ec_family; in import_pair_into_psa() local
686 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_pair_into_psa() local
689 if (to_type != PSA_KEY_TYPE_ECC_KEY_PAIR(from_family)) { in import_pair_into_psa()
787 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_public_into_psa()
789 if (psa_type != PSA_KEY_TYPE_ECC_PUBLIC_KEY(from_family)) { in import_public_into_psa()