Searched refs:psa_can_do_hash (Results 1 – 6 of 6) sorted by relevance
39 int psa_can_do_hash(psa_algorithm_t hash_alg);
211 return psa_can_do_hash(alg); in md_can_use_psa()
134 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash() function
376 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…
16 /* 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));
2 psa_can_do_hash: