Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_ecp.c517 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ecp->grp.id, &bits); in mbedtls_psa_key_agreement_ecdh()
Dpk_wrap.c739 mbedtls_ecc_group_to_psa(ctx->grp.id, &curve_bits); in ecdsa_verify_wrap()
927 mbedtls_ecc_group_to_psa(ctx->grp.id, &curve_bits); in ecdsa_sign_wrap()
Dpk.c891 curve_id = mbedtls_ecc_group_to_psa(ec->grp.id, &bits); in mbedtls_pk_wrap_as_opaque()
/third_party/mbedtls/include/psa/
Dcrypto_extra.h594 static inline psa_ecc_family_t mbedtls_ecc_group_to_psa(mbedtls_ecp_group_id grpid, in mbedtls_ecc_group_to_psa() function