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/
Dcrypto_spe.h108 #define psa_hash_verify \ macro
109 PSA_FUNCTION_NAME(psa_hash_verify)
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_hash.function49 PSA_ASSERT(psa_hash_verify(&operation,
Dtest_suite_psa_crypto.function2710 status = psa_hash_verify(&operation, reference_hash->x,
2780 PSA_ASSERT(psa_hash_verify(&operation, output,
2791 TEST_EQUAL(psa_hash_verify(&operation, output, output_length + 1),
2802 TEST_EQUAL(psa_hash_verify(&operation, output, output_length - 1),
2818 TEST_EQUAL(psa_hash_verify(&operation, output, output_length),
2880 TEST_EQUAL(psa_hash_verify(&operation,
2889 TEST_EQUAL(psa_hash_verify(&operation,
2897 PSA_ASSERT(psa_hash_verify(&operation,
2900 TEST_EQUAL(psa_hash_verify(&operation,
2923 PSA_ASSERT(psa_hash_verify(&operation,
[all …]
/third_party/mbedtls/include/psa/
Dcrypto.h1107 psa_status_t psa_hash_verify(psa_hash_operation_t *operation,
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md259 * `"hash_finish"`: called by `psa_hash_finish()` and `psa_hash_verify()`.
262 To verify a hash with `psa_hash_verify()`, the core calls the driver's *prefix*`_hash_finish` entry…
/third_party/mbedtls/library/
Dpsa_crypto.c2256 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() function