Searched refs:psa_mac_update (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.6.0/programs/psa/ |
D | hmac_demo.c | 122 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.6.0/library/ |
D | ssl_cookie.c | 221 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()
|
D | psa_crypto.c | 2473 psa_status_t psa_mac_update(psa_mac_operation_t *operation, function 5191 status = psa_mac_update(&hkdf->hmac, 5198 status = psa_mac_update(&hkdf->hmac, 5204 status = psa_mac_update(&hkdf->hmac, 5277 status = psa_mac_update(&hmac, 5283 status = psa_mac_update(&hmac, 5291 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length); 5315 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length); 5319 status = psa_mac_update(&hmac, tls12_prf->label, tls12_prf->label_length); 5323 status = psa_mac_update(&hmac, tls12_prf->seed, tls12_prf->seed_length); [all …]
|
D | ssl_msg.c | 1062 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_encrypt_buf() 1067 status = psa_mac_update(&operation, data, rec->data_len); in mbedtls_ssl_encrypt_buf() 1407 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_encrypt_buf() 1412 status = psa_mac_update(&operation, data, rec->data_len); in mbedtls_ssl_encrypt_buf() 1758 status = psa_mac_update(&operation, add_data, add_data_len); in mbedtls_ssl_decrypt_buf() 1763 status = psa_mac_update(&operation, data, rec->data_len); in mbedtls_ssl_decrypt_buf()
|
/mbedtls-3.6.0/tests/include/spe/ |
D | crypto_spe.h | 112 #define psa_mac_update \ macro 113 PSA_FUNCTION_NAME(psa_mac_update)
|
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_constant_time_hmac.function | 121 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, add_data, 123 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation,
|
D | test_suite_psa_crypto.function | 667 PSA_ASSERT(psa_mac_update(&operation, 673 PSA_ASSERT(psa_mac_update(&operation, input_data->x, 1872 status = psa_mac_update(&operation, input, 128); 1898 status = psa_mac_update(&operation, input, 128); 3126 TEST_EQUAL(psa_mac_update(&func, 3129 TEST_EQUAL(psa_mac_update(&init, 3132 TEST_EQUAL(psa_mac_update(&zero, 3214 TEST_EQUAL(psa_mac_update(&operation, input, sizeof(input)), 3241 PSA_ASSERT(psa_mac_update(&operation, input, sizeof(input))); 3245 TEST_EQUAL(psa_mac_update(&operation, input, sizeof(input)), [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1920 status = psa_mac_update(&operation, 2085 status = psa_mac_update(&operation,
|
/mbedtls-3.6.0/tests/src/ |
D | psa_exercise_key.c | 117 PSA_ASSERT(psa_mac_update(&operation, in exercise_mac_key() 130 PSA_ASSERT(psa_mac_update(&operation, in exercise_mac_key()
|
/mbedtls-3.6.0/include/psa/ |
D | crypto.h | 1443 psa_status_t psa_mac_update(psa_mac_operation_t *operation,
|
/mbedtls-3.6.0/tests/src/test_helpers/ |
D | ssl_helpers.c | 1481 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, add_data, 13)); in mbedtls_test_ssl_prepare_record_mac() 1482 TEST_EQUAL(PSA_SUCCESS, psa_mac_update(&operation, in mbedtls_test_ssl_prepare_record_mac()
|