Home
last modified time | relevance | path

Searched refs:psa_hash_compare (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h105 #define psa_hash_compare \ macro
106 PSA_FUNCTION_NAME(psa_hash_compare)
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h909 psa_status_t psa_hash_compare(psa_algorithm_t alg,
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function1597 status = psa_hash_compare( alg, input->x, input->len,
1634 PSA_ASSERT( psa_hash_compare( alg, input->x, input->len,
1638 TEST_EQUAL( psa_hash_compare( alg, input->x, input->len,
1643 TEST_EQUAL( psa_hash_compare( alg, input->x, input->len,
1652 TEST_EQUAL( psa_hash_compare( alg, input->x, input->len,
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md215 …f a hash. Called by `psa_hash_compute()` and `psa_hash_compare()`. To verify a hash with `psa_hash…
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c2272 psa_status_t psa_hash_compare( psa_algorithm_t alg, in psa_hash_compare() function