Searched refs:psa_hash_compare (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 116 #define psa_hash_compare \ macro 117 PSA_FUNCTION_NAME(psa_hash_compare)
|
/third_party/mbedtls/include/psa/ |
D | crypto.h | 900 psa_status_t psa_hash_compare(psa_algorithm_t alg,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 62 psa_hash_compare(alg, input, sizeof(input),
|
D | test_suite_psa_crypto.function | 2701 status = psa_hash_compare(alg, input->x, input->len, 2774 PSA_ASSERT(psa_hash_compare(alg, input->x, input->len, 2784 TEST_EQUAL(psa_hash_compare(alg, input->x, input->len, 2795 TEST_EQUAL(psa_hash_compare(alg, input->x, input->len, 2811 TEST_EQUAL(psa_hash_compare(alg, input->x, input->len,
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 219 …f a hash. Called by `psa_hash_compute()` and `psa_hash_compare()`. To verify a hash with `psa_hash…
|
/third_party/mbedtls/library/ |
D | psa_crypto.c | 2303 psa_status_t psa_hash_compare(psa_algorithm_t alg, in psa_hash_compare() function
|