Home
last modified time | relevance | path

Searched refs:PSA_ECC_FAMILY_IS_WEIERSTRASS (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.5.0/include/psa/
Dcrypto_values.h600 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) macro
/mbedtls-3.5.0/library/
Dpsa_crypto.c5759 if (PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) {