Searched refs:PSA_ALG_IS_ECDH (Results 1 – 4 of 4) sorted by relevance
70 if (PSA_ALG_IS_ECDH(alg)) { in mbedtls_test_transparent_key_agreement()
264 PSA_ALG_IS_ECDH(alg) == 0) { in mbedtls_pk_can_do_ext()285 if (PSA_ALG_IS_ECDSA(alg) || PSA_ALG_IS_ECDH(alg)) { in mbedtls_pk_can_do_ext()
501 !PSA_ALG_IS_ECDH(alg)) { in mbedtls_psa_key_agreement_ecdh()
2229 #define PSA_ALG_IS_ECDH(alg) \ macro