Home
last modified time | relevance | path

Searched refs:psa_mac_sign_finish (Results 1 - 10 of 10) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c136 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 Dcrypto_spe.h126 #define psa_mac_sign_finish \ macro
127 PSA_FUNCTION_NAME(psa_mac_sign_finish)
/third_party/mbedtls/library/
H A Dssl_cookie.c233 status = psa_mac_sign_finish(&operation, *p, COOKIE_MD_OUTLEN, in mbedtls_ssl_cookie_write()
H A Dpsa_crypto.c2690 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 Dssl_msg.c1070 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 Dcrypto.h1316 * -# 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 Dpsa_test_wrappers.h528 #define psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c920 /* 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 Dpsa_exercise_key.c145 PSA_ASSERT(psa_mac_sign_finish(&operation, in exercise_mac_key()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1643 TEST_EQUAL(PSA_SUCCESS, psa_mac_sign_finish(&operation, in mbedtls_test_ssl_prepare_record_mac()

Completed in 35 milliseconds