Home
last modified time | relevance | path

Searched refs:PSA_ALG_IS_ECDH (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_key_agreement.c60 if (PSA_ALG_IS_ECDH(alg)) { in mbedtls_test_transparent_key_agreement()
/third_party/mbedtls/library/
H A Dpsa_crypto_ecp.c530 !PSA_ALG_IS_ECDH(alg)) { in mbedtls_psa_key_agreement_ecdh()
H A Dpk.c264 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()
344 * This will match PSA_ALG_RSA_PKCS1V15_CRYPT & PSA_ALG_IS_ECDH in mbedtls_pk_can_do_ext()
H A Dpsa_crypto_driver_wrappers.c2208 if (PSA_KEY_TYPE_IS_ECC(psa_get_key_type(attributes)) && PSA_ALG_IS_ECDH(alg) && in psa_driver_wrapper_key_agreement()
/third_party/mbedtls/include/psa/
H A Dcrypto_values.h2249 #define PSA_ALG_IS_ECDH(alg) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c1234 if (PSA_ALG_IS_ECDH(alg)) { in mbedtls_test_can_exercise_psa_algorithm()

Completed in 12 milliseconds