Searched refs:psa_hash_verify (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 108 #define psa_hash_verify \ macro 109 PSA_FUNCTION_NAME(psa_hash_verify)
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 49 PSA_ASSERT(psa_hash_verify(&operation,
|
D | test_suite_psa_crypto.function | 2710 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/ |
D | crypto.h | 1107 psa_status_t psa_hash_verify(psa_hash_operation_t *operation,
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 259 * `"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/ |
D | psa_crypto.c | 2256 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() function
|