Home
last modified time | relevance | path

Searched refs:psa_mac_update (Results 1 – 14 of 14) sorted by relevance

/mbedtls-3.7.0/programs/psa/
Dhmac_demo.c122 PSA_CHECK(psa_mac_update(&op, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
123 PSA_CHECK(psa_mac_update(&op, msg1_part2, sizeof(msg1_part2))); in hmac_demo()
129 PSA_CHECK(psa_mac_update(&op, msg2_part1, sizeof(msg2_part1))); in hmac_demo()
130 PSA_CHECK(psa_mac_update(&op, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
/mbedtls-3.7.0/library/
Dssl_cookie.c221 status = psa_mac_update(&operation, *p - 4, 4); in mbedtls_ssl_cookie_write()
227 status = psa_mac_update(&operation, cli_id, cli_id_len); in mbedtls_ssl_cookie_write()
305 status = psa_mac_update(&operation, cookie, 4); in mbedtls_ssl_cookie_check()
311 status = psa_mac_update(&operation, cli_id, in mbedtls_ssl_cookie_check()
Dpsa_crypto.c2669 psa_status_t psa_mac_update(psa_mac_operation_t *operation, function
5651 status = psa_mac_update(&hkdf->hmac,
5658 status = psa_mac_update(&hkdf->hmac,
5664 status = psa_mac_update(&hkdf->hmac,
5737 status = psa_mac_update(&hmac,
5743 status = psa_mac_update(&hmac,
5751 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length);
5775 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length);
5779 status = psa_mac_update(&hmac, tls12_prf->label, tls12_prf->label_length);
5783 status = psa_mac_update(&hmac, tls12_prf->seed, tls12_prf->seed_length);
[all …]
Dssl_msg.c1060 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_encrypt_buf()
1065 status = psa_mac_update(&operation, data, rec->data_len); in mbedtls_ssl_encrypt_buf()
1403 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_encrypt_buf()
1408 status = psa_mac_update(&operation, data, rec->data_len); in mbedtls_ssl_encrypt_buf()
1753 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_decrypt_buf()
1758 status = psa_mac_update(&operation, data, rec->data_len); in mbedtls_ssl_decrypt_buf()
/mbedtls-3.7.0/tests/include/spe/
Dcrypto_spe.h112 #define psa_mac_update \ macro
113 PSA_FUNCTION_NAME(psa_mac_update)
/mbedtls-3.7.0/tests/suites/
Dtest_suite_constant_time_hmac.function122 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, add_data,
124 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation,
Dtest_suite_psa_crypto.function672 PSA_ASSERT(psa_mac_update(&operation,
678 PSA_ASSERT(psa_mac_update(&operation, input_data->x,
2207 status = psa_mac_update(&operation, input, 128);
2233 status = psa_mac_update(&operation, input, 128);
3467 TEST_EQUAL(psa_mac_update(&func,
3470 TEST_EQUAL(psa_mac_update(&init,
3473 TEST_EQUAL(psa_mac_update(&zero,
3555 TEST_EQUAL(psa_mac_update(&operation, input, sizeof(input)),
3582 PSA_ASSERT(psa_mac_update(&operation, input, sizeof(input)));
3586 TEST_EQUAL(psa_mac_update(&operation, input, sizeof(input)),
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1915 status = psa_mac_update(&operation,
2080 status = psa_mac_update(&operation,
/mbedtls-3.7.0/tests/src/
Dpsa_exercise_key.c143 PSA_ASSERT(psa_mac_update(&operation, in exercise_mac_key()
162 PSA_ASSERT(psa_mac_update(&operation, in exercise_mac_key()
Dpsa_test_wrappers.c956 psa_status_t status = (psa_mac_update)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_mac_update()
/mbedtls-3.7.0/include/psa/
Dcrypto.h1450 psa_status_t psa_mac_update(psa_mac_operation_t *operation,
/mbedtls-3.7.0/tests/src/test_helpers/
Dssl_helpers.c1635 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, add_data, 13)); in mbedtls_test_ssl_prepare_record_mac()
1636 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, in mbedtls_test_ssl_prepare_record_mac()
/mbedtls-3.7.0/tests/include/test/
Dpsa_test_wrappers.h542 #define psa_mac_update(arg0_operation, arg1_input, arg2_input_length) \ macro
/mbedtls-3.7.0/docs/
Dpsa-transition.md569 3. Call [`psa_mac_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gr…
576 3. Call [`psa_mac_update`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gr…