Searched refs:psa_mac_sign_finish (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 136 PSA_CHECK(psa_mac_sign_finish(&op, out, sizeof(out), &out_len)); in hmac_demo() 143 PSA_CHECK(psa_mac_sign_finish(&op, out, sizeof(out), &out_len)); in hmac_demo()
|
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 126 #define psa_mac_sign_finish \ macro 127 PSA_FUNCTION_NAME(psa_mac_sign_finish)
|
/third_party/mbedtls/library/ |
H A D | ssl_cookie.c | 233 status = psa_mac_sign_finish(&operation, *p, COOKIE_MD_OUTLEN, in mbedtls_ssl_cookie_write()
|
H A D | psa_crypto.c | 2690 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, in psa_mac_sign_finish() function 5652 status = psa_mac_sign_finish(&hkdf->hmac, in psa_key_derivation_hkdf_read() 5740 status = psa_mac_sign_finish(&hmac, in psa_key_derivation_tls12_prf_generate_next_block() 5770 status = psa_mac_sign_finish(&hmac, in psa_key_derivation_tls12_prf_generate_next_block() 5901 status = psa_mac_sign_finish(&mac_operation, U_i, sizeof(U_i), in psa_key_derivation_pbkdf2_generate_block() 6791 status = psa_mac_sign_finish(&hkdf->hmac, in psa_hkdf_input()
|
H A D | ssl_msg.c | 1070 status = psa_mac_sign_finish(&operation, mac, MBEDTLS_SSL_MAC_ADD, in mbedtls_ssl_encrypt_buf() 1413 status = psa_mac_sign_finish(&operation, mac, MBEDTLS_SSL_MAC_ADD, in mbedtls_ssl_encrypt_buf()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1316 * -# At the end of the message, call psa_mac_sign_finish() to finish 1326 * - A successful call to psa_mac_sign_finish(). 1499 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, 1557 * terminated by a call to psa_mac_abort(), psa_mac_sign_finish() or
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 528 #define psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 920 /* Wrapper for psa_mac_sign_finish */ 930 psa_status_t status = (psa_mac_sign_finish)(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length); in mbedtls_test_wrap_psa_mac_sign_finish()
|
H A D | psa_exercise_key.c | 145 PSA_ASSERT(psa_mac_sign_finish(&operation, in exercise_mac_key()
|
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 1643 TEST_EQUAL(PSA_SUCCESS, psa_mac_sign_finish(&operation, in mbedtls_test_ssl_prepare_record_mac()
|
Completed in 31 milliseconds