Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_core.h37 int psa_can_do_hash(psa_algorithm_t hash_alg);
Dmd.c251 return psa_can_do_hash(alg); in md_can_use_psa()
Dpsa_crypto.c288 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash() function
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_init.function156 int can_do = psa_can_do_hash(PSA_ALG_NONE);
Dtest_suite_psa_crypto.function1507 void psa_can_do_hash()
1511 TEST_EQUAL(0, psa_can_do_hash(PSA_ALG_NONE));
1513 TEST_EQUAL(1, psa_can_do_hash(PSA_ALG_NONE));
Dtest_suite_psa_crypto.data2 psa_can_do_hash:
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md492 int psa_can_do_hash(psa_algorithm_t hash_alg);
499 Usage note: for algorithms that are not enabled via PSA, calling `psa_can_do_hash` is generally saf…
509 * If there is a PSA accelerator for this hash and `psa_can_do_hash(alg)`, call the corresponding PS…
567 * Implementers of `MBEDTLS_PSA_CRYPTO_CLIENT` will need to provide `psa_can_do_hash()` (or a more g…