Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_hash.function63 PSA_ASSERT(psa_mac_compute(key, alg, (uint8_t const *) input, input_len, mac, sizeof(mac),
Dtest_suite_psa_crypto_op_fail.function101 psa_mac_compute(key_id, alg,
Dtest_suite_psa_crypto_driver_wrappers.function1836 status = psa_mac_compute(key, alg,
Dtest_suite_psa_crypto.function2178 TEST_EQUAL(psa_mac_compute(key, exercise_alg,
3718 TEST_EQUAL(psa_mac_compute(key, alg,
/mbedtls-latest/include/psa/
Dcrypto.h1214 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h552 #define psa_mac_compute(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac, arg5_mac_size,… macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c962 …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/
Dssl_tls13_keys.c756 status = psa_mac_compute(key, alg, transcript, hash_len, in ssl_tls13_calc_finished_core()
Dpsa_crypto.c2899 psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key, function
/mbedtls-latest/docs/
Dpsa-transition.md262 * 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/
Dpsa-driver-interface.md222 * `"mac_compute"`: calculation of a MAC. Called by `psa_mac_compute()` and possibly `psa_mac_verify…
/mbedtls-latest/
DChangeLog1610 operations psa_mac_compute() and psa_mac_sign_setup().
1946 * Implement psa_mac_compute() and psa_mac_verify() as defined in the