Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h116 #define psa_hash_compare \ macro
117 PSA_FUNCTION_NAME(psa_hash_compare)
/third_party/mbedtls/include/psa/
H A Dcrypto.h832 * expected value, use psa_hash_compare() instead.
895 psa_status_t psa_hash_compare(psa_algorithm_t alg,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h381 #define psa_hash_compare(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c646 /* Wrapper for psa_hash_compare */
658 psa_status_t status = (psa_hash_compare)(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_hash_compare()
/third_party/mbedtls/library/
H A Dpsa_crypto.c2453 psa_status_t psa_hash_compare(psa_algorithm_t alg, in psa_hash_compare() function

Completed in 19 milliseconds