Searched refs:mbedtls_ecc_group_to_psa (Results 1 – 4 of 4) sorted by relevance
517 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ecp->grp.id, &bits); in mbedtls_psa_key_agreement_ecdh()
739 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()
891 curve_id = mbedtls_ecc_group_to_psa(ec->grp.id, &bits); in mbedtls_pk_wrap_as_opaque()
594 static inline psa_ecc_family_t mbedtls_ecc_group_to_psa(mbedtls_ecp_group_id grpid, in mbedtls_ecc_group_to_psa() function