Searched refs:psa_mac_compute (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 63 PSA_ASSERT(psa_mac_compute(key, alg, (uint8_t const *) input, input_len, mac, sizeof(mac),
|
D | test_suite_psa_crypto_op_fail.function | 101 psa_mac_compute(key_id, alg,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1820 status = psa_mac_compute(key, alg,
|
D | test_suite_psa_crypto.function | 2198 TEST_EQUAL(psa_mac_compute(key, exercise_alg, 3738 TEST_EQUAL(psa_mac_compute(key, alg,
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1211 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 520 #define psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size,… macro
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_tls13_keys.c | 756 status = psa_mac_compute(key, alg, transcript, hash_len, in ssl_tls13_calc_finished_core()
|
D | psa_crypto.c | 2843 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key, in psa_mac_compute() function
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 912 …psa_status_t status = (psa_mac_compute)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_ma… in mbedtls_test_wrap_psa_mac_compute()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 262 * To compare a MAC with a reference value, use `psa_mac_verify` rather than `psa_mac_compute` follo… 583 * [`psa_mac_compute`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/group__…
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 222 * `"mac_compute"`: calculation of a MAC. Called by `psa_mac_compute()` and possibly `psa_mac_verify…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1415 operations psa_mac_compute() and psa_mac_sign_setup(). 1751 * Implement psa_mac_compute() and psa_mac_verify() as defined in the
|