Home
last modified time | relevance | path

Searched refs:PSA_ALG_IS_ECDH (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ecp.c528 !PSA_ALG_IS_ECDH(alg)) { in mbedtls_psa_key_agreement_ecdh()
H A Dpk.c260 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()
H A Dpsa_crypto_driver_wrappers.h2685 PSA_ALG_IS_ECDH(alg) && in psa_driver_wrapper_key_agreement()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h2249 #define PSA_ALG_IS_ECDH(alg) \ macro