Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_storage_format.function111 if (PSA_ALG_IS_DETERMINISTIC_ECDSA(alg) &&
118 if (PSA_ALG_IS_DETERMINISTIC_ECDSA(alg) &&
/mbedtls-latest/include/psa/
Dcrypto_values.h1576 #define PSA_ALG_IS_DETERMINISTIC_ECDSA(alg) \ macro
/mbedtls-latest/programs/psa/
Dpsa_constant_names_generated.c263 } else if (PSA_ALG_IS_DETERMINISTIC_ECDSA(core_alg)) { in psa_snprint_algorithm()
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c1229 if (PSA_ALG_IS_DETERMINISTIC_ECDSA(alg)) { in mbedtls_test_can_exercise_psa_algorithm()