Searched refs:PSA_ECC_FAMILY_IS_WEIERSTRASS (Results 1 – 3 of 3) sorted by relevance
209 if (!PSA_ECC_FAMILY_IS_WEIERSTRASS(pk->ec_family) || *pub == 0x04) { in mbedtls_pk_ecc_set_pubkey()
6402 if (PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) {
593 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) macro