Searched refs:psa_hash_verify (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 96 #define psa_hash_verify \ macro 97 PSA_FUNCTION_NAME(psa_hash_verify)
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_hash.c | 111 psa_hash_verify(&cloned_hash_operation, expected_hash, in main()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 96 PSA_ASSERT(psa_hash_verify(&operation,
|
D | test_suite_psa_crypto.function | 3078 status = psa_hash_verify(&operation, reference_hash->x, 3148 PSA_ASSERT(psa_hash_verify(&operation, output, 3159 TEST_EQUAL(psa_hash_verify(&operation, output, output_length + 1), 3170 TEST_EQUAL(psa_hash_verify(&operation, output, output_length - 1), 3186 TEST_EQUAL(psa_hash_verify(&operation, output, output_length), 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, [all …]
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1102 psa_status_t psa_hash_verify(psa_hash_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 419 #define psa_hash_verify(arg0_operation, arg1_hash, arg2_hash_length) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 738 psa_status_t status = (psa_hash_verify)(arg0_operation, arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 261 * `"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…
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 2389 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() function
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 519 … Alternatively, to verify the hash against an expected value, call [`psa_hash_verify`](https://mbe…
|