Home
last modified time | relevance | path

Searched refs:psa_mac_verify (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_hash.function69 // use psa_mac_verify to compare to expected MAC
70 PSA_ASSERT(psa_mac_verify(key, alg, (uint8_t const *) input, input_len, expected_mac->x,
73 // corrupt the MAC and check that psa_mac_verify fails
75 TEST_EQUAL(psa_mac_verify(key, alg, (uint8_t const *) input, input_len, expected_mac->x,
Dtest_suite_psa_crypto_op_fail.function105 psa_mac_verify(key_id, alg,
Dtest_suite_psa_crypto.function2221 status = psa_mac_verify(key, exercise_alg, input, 128,
3803 PSA_ASSERT(psa_mac_verify(key, alg, input->x, input->len,
3815 TEST_EQUAL(psa_mac_verify(key, alg,
3833 TEST_EQUAL(psa_mac_verify(key, alg,
3852 TEST_EQUAL(psa_mac_verify(key, alg,
Dtest_suite_psa_crypto_driver_wrappers.function2004 status = psa_mac_verify(key, alg,
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1252 psa_status_t psa_mac_verify(mbedtls_svc_key_id_t key,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h552 #define psa_mac_verify(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_length… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c976 …psa_status_t status = (psa_mac_verify)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac… in mbedtls_test_wrap_psa_mac_verify()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md50 …ifying a MAC and those that are only capable of computing a MAC, the psa_mac_verify() API could ca…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md222 …MAC. Called by `psa_mac_compute()` and possibly `psa_mac_verify()`. To verify a mac with `psa_mac_…
223 * `"mac_verify"`: verification of a MAC. Called by `psa_mac_verify()`. This entry point is mainly u…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md262 * To compare a MAC with a reference value, use `psa_mac_verify` rather than `psa_mac_compute` follo…
584 * [`psa_mac_verify`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/group___…
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c2870 psa_status_t psa_mac_verify(mbedtls_svc_key_id_t key, in psa_mac_verify() function
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1417 operations psa_mac_verify() and psa_mac_verify_setup().
1751 * Implement psa_mac_compute() and psa_mac_verify() as defined in the