Home
last modified time | relevance | path

Searched refs:PSA_ECC_FAMILY_IS_WEIERSTRASS (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dpk_ecc.c209 if (!PSA_ECC_FAMILY_IS_WEIERSTRASS(pk->ec_family) || *pub == 0x04) { in mbedtls_pk_ecc_set_pubkey()
H A Dpsa_crypto.c6340 if (PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) { in psa_generate_derived_key_internal()
/third_party/mbedtls/include/psa/
H A Dcrypto_values.h593 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) macro

Completed in 15 milliseconds