Home
last modified time | relevance | path

Searched refs:psa_hash_verify (Results 1 – 10 of 10) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/include/spe/
A Dcrypto_spe.h96 #define psa_hash_verify \ macro
97 PSA_FUNCTION_NAME(psa_hash_verify)
/lib/mbedtls/external/mbedtls/programs/psa/
A Dpsa_hash.c111 psa_hash_verify(&cloned_hash_operation, expected_hash, in main()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_hash.function96 PSA_ASSERT(psa_hash_verify(&operation,
A Dtest_suite_psa_crypto.function3078 status = psa_hash_verify(&operation, reference_hash->x,
3148 PSA_ASSERT(psa_hash_verify(&operation, output,
3248 TEST_EQUAL(psa_hash_verify(&operation,
3257 TEST_EQUAL(psa_hash_verify(&operation,
3265 PSA_ASSERT(psa_hash_verify(&operation,
3268 TEST_EQUAL(psa_hash_verify(&operation,
3291 PSA_ASSERT(psa_hash_verify(&operation,
3319 /* psa_hash_verify with a smaller hash than expected */
3328 /* psa_hash_verify with a non-matching hash */
3333 /* psa_hash_verify with a hash longer than expected */
[all …]
/lib/mbedtls/external/mbedtls/include/psa/
A Dcrypto.h1102 psa_status_t psa_hash_verify(psa_hash_operation_t *operation,
/lib/mbedtls/external/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h419 #define psa_hash_verify(arg0_operation, arg1_hash, arg2_hash_length) \ macro
/lib/mbedtls/external/mbedtls/tests/src/
A Dpsa_test_wrappers.c738 psa_status_t status = (psa_hash_verify)(arg0_operation, arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md261 * `"hash_finish"`: called by `psa_hash_finish()` and `psa_hash_verify()`.
264 To verify a hash with `psa_hash_verify()`, the core calls the driver's *prefix*`_hash_finish` entry…
/lib/mbedtls/external/mbedtls/library/
A Dpsa_crypto.c2389 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() function
/lib/mbedtls/external/mbedtls/docs/
A Dpsa-transition.md519 … Alternatively, to verify the hash against an expected value, call [`psa_hash_verify`](https://mbe…

Completed in 57 milliseconds