Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h116 #define psa_hash_compare \ macro
117 PSA_FUNCTION_NAME(psa_hash_compare)
/third_party/mbedtls/include/psa/
Dcrypto.h900 psa_status_t psa_hash_compare(psa_algorithm_t alg,
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_op_fail.function62 psa_hash_compare(alg, input, sizeof(input),
Dtest_suite_psa_crypto.function2701 status = psa_hash_compare(alg, input->x, input->len,
2774 PSA_ASSERT(psa_hash_compare(alg, input->x, input->len,
2784 TEST_EQUAL(psa_hash_compare(alg, input->x, input->len,
2795 TEST_EQUAL(psa_hash_compare(alg, input->x, input->len,
2811 TEST_EQUAL(psa_hash_compare(alg, input->x, input->len,
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md219 …f a hash. Called by `psa_hash_compute()` and `psa_hash_compare()`. To verify a hash with `psa_hash…
/third_party/mbedtls/library/
Dpsa_crypto.c2303 psa_status_t psa_hash_compare(psa_algorithm_t alg, in psa_hash_compare() function