Searched refs:psa_can_do_hash (Results 1 – 7 of 7) sorted by relevance
37 int psa_can_do_hash(psa_algorithm_t hash_alg);
251 return psa_can_do_hash(alg); in md_can_use_psa()
288 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash() function
156 int can_do = psa_can_do_hash(PSA_ALG_NONE);
1507 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));
2 psa_can_do_hash:
492 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…