Home
last modified time | relevance | path

Searched refs:psa_hash_verify (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h108 #define psa_hash_verify \ macro
109 PSA_FUNCTION_NAME(psa_hash_verify)
/third_party/mbedtls/programs/psa/
H A Dpsa_hash.c111 psa_hash_verify(&cloned_hash_operation, expected_hash, in main()
114 mbedtls_printf("psa_hash_verify failed\n"); in main()
/third_party/mbedtls/include/psa/
H A Dcrypto.h954 * To compare the hash with an expected value, call psa_hash_verify().
964 * - A successful call to psa_hash_finish() or psa_hash_verify().
1030 * a specific value for the hash. Call psa_hash_verify() instead.
1102 psa_status_t psa_hash_verify(psa_hash_operation_t *operation,
1118 * psa_hash_verify() is safe and has no effect.
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h419 #define psa_hash_verify(arg0_operation, arg1_hash, arg2_hash_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c729 /* Wrapper for psa_hash_verify */
738 psa_status_t status = (psa_hash_verify)(arg0_operation, arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
/third_party/mbedtls/library/
H A Dpsa_crypto.c2389 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() function

Completed in 20 milliseconds