Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h590 static inline psa_ecc_family_t mbedtls_ecc_group_to_psa( mbedtls_ecp_group_id grpid, in mbedtls_ecc_group_to_psa() function
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dpsa_util.h381 mbedtls_ecc_group_to_psa( curve_info->grp_id, bits ) ) ); in mbedtls_psa_parse_tls_ecc_group()
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpk.c621 curve_id = mbedtls_ecc_group_to_psa( ec->grp.id, &bits ); in mbedtls_pk_wrap_as_opaque()
Dpk_wrap.c557 mbedtls_ecc_group_to_psa( ctx->grp.id, &curve_bits ); in ecdsa_verify_wrap()
Dpsa_crypto.c4797 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa( our_key->grp.id, &bits ); in psa_key_agreement_ecdh()