Home
last modified time | relevance | path

Searched refs:psa_can_do_hash (Results 1 – 6 of 6) sorted by relevance

/mbedtls-3.5.0/library/
Dpsa_crypto_core.h39 int psa_can_do_hash(psa_algorithm_t hash_alg);
Dmd.c211 return psa_can_do_hash(alg); in md_can_use_psa()
Dpsa_crypto.c134 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash() function
/mbedtls-3.5.0/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md376 int psa_can_do_hash(psa_algorithm_t hash_alg);
383 Usage note: for algorithms that are not enabled via PSA, calling `psa_can_do_hash` is generally saf…
393 * If there is a PSA accelerator for this hash and `psa_can_do_hash(alg)`, call the corresponding PS…
479 * Implementers of `MBEDTLS_PSA_CRYPTO_CLIENT` will need to provide `psa_can_do_hash()` (or a more g…
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto.function16 /* For psa_can_do_hash() */
1262 void psa_can_do_hash()
1266 TEST_EQUAL(0, psa_can_do_hash(PSA_ALG_NONE));
1268 TEST_EQUAL(1, psa_can_do_hash(PSA_ALG_NONE));
Dtest_suite_psa_crypto.data2 psa_can_do_hash: