Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h105 #define psa_hash_compare \ macro
106 PSA_FUNCTION_NAME(psa_hash_compare)
/mbedtls-development/include/psa/
A Dcrypto.h903 psa_status_t psa_hash_compare(psa_algorithm_t alg,
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.function1870 status = psa_hash_compare( alg, input->x, input->len,
1907 PSA_ASSERT( psa_hash_compare( alg, input->x, input->len,
1911 TEST_EQUAL( psa_hash_compare( alg, input->x, input->len,
1916 TEST_EQUAL( psa_hash_compare( alg, input->x, input->len,
1925 TEST_EQUAL( psa_hash_compare( alg, input->x, input->len,
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md215 …f a hash. Called by `psa_hash_compute()` and `psa_hash_compare()`. To verify a hash with `psa_hash…
/mbedtls-development/library/
A Dpsa_crypto.c2235 psa_status_t psa_hash_compare( psa_algorithm_t alg, in psa_hash_compare() function

Completed in 40 milliseconds