Searched refs:PSA_ALG_IS_ECDH (Results 1 – 4 of 4) sorted by relevance
528 !PSA_ALG_IS_ECDH(alg)) { in mbedtls_psa_key_agreement_ecdh()
260 PSA_ALG_IS_ECDH(alg) == 0) { in mbedtls_pk_can_do_ext()281 if (PSA_ALG_IS_ECDSA(alg) || PSA_ALG_IS_ECDH(alg)) { in mbedtls_pk_can_do_ext()
2685 PSA_ALG_IS_ECDH(alg) && in psa_driver_wrapper_key_agreement()
2249 #define PSA_ALG_IS_ECDH(alg) \ macro