Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_knowledge.py59 def from_family(family: str) -> 'EllipticCurveCategory': member in EllipticCurveCategory
/openthread-latest/third_party/mbedtls/repo/library/
Dpk.c686 psa_ecc_family_t from_family = pk->ec_family; in import_pair_into_psa() local
690 psa_ecc_family_t from_family = mbedtls_ecc_group_to_psa(ec->grp.id, in import_pair_into_psa() local