Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h103 #define psa_hash_compute \ macro
104 PSA_FUNCTION_NAME(psa_hash_compute)
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_mac.c70 status = psa_hash_compute( hash_alg, key, key_length, in psa_hmac_setup_internal()
Dpsa_crypto.c2259 psa_status_t psa_hash_compute( psa_algorithm_t alg, in psa_hash_compute() function
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h873 psa_status_t psa_hash_compute(psa_algorithm_t alg,
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1553 TEST_EQUAL( psa_hash_compute( alg, input->x, input->len,
Dtest_suite_psa_crypto.function1575 status = psa_hash_compute( alg, input->x, input->len,
1618 PSA_ASSERT( psa_hash_compute( alg, input->x, input->len,
1626 PSA_ASSERT( psa_hash_compute( alg, input->x, input->len,
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md215 * `"hash_compute"` (transparent drivers only): calculation of a hash. Called by `psa_hash_compute()…