Searched refs:psa_mac_compute (Results 1 – 12 of 12) sorted by relevance
/mbedtls-latest/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 | 1836 status = psa_mac_compute(key, alg,
|
D | test_suite_psa_crypto.function | 2178 TEST_EQUAL(psa_mac_compute(key, exercise_alg, 3718 TEST_EQUAL(psa_mac_compute(key, alg,
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 1214 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 552 #define psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size,… macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 962 …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()
|
/mbedtls-latest/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 | 2899 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key, function
|
/mbedtls-latest/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__…
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 222 * `"mac_compute"`: calculation of a MAC. Called by `psa_mac_compute()` and possibly `psa_mac_verify…
|
/mbedtls-latest/ |
D | ChangeLog | 1610 operations psa_mac_compute() and psa_mac_sign_setup(). 1946 * Implement psa_mac_compute() and psa_mac_verify() as defined in the
|