Home
last modified time | relevance | path

Searched refs:PSA_ALG_IS_SIGN_MESSAGE (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto_values.h1702 #define PSA_ALG_IS_SIGN_MESSAGE(alg) \ macro
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c1174 } else if (PSA_ALG_IS_SIGN_MESSAGE(alg)) { in mbedtls_test_psa_usage_to_exercise()
/mbedtls-latest/library/
Dpsa_crypto.c2975 if (!PSA_ALG_IS_SIGN_MESSAGE(alg)) {