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()
4007 if (!PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) { in mbedtls_psa_sign_hash_start()4227 if (!PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) { in mbedtls_psa_verify_hash_start()6577 if (PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) { in psa_generate_derived_key_internal()
593 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) macro