Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c133 PSA_CHECK(psa_mac_sign_setup(&op, key, alg)); in hmac_demo()
140 PSA_CHECK(psa_mac_sign_setup(&op, key, alg)); in hmac_demo()
/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h120 #define psa_mac_sign_setup \ macro
121 PSA_FUNCTION_NAME(psa_mac_sign_setup)
/third_party/mbedtls/library/
H A Dssl_cookie.c214 status = psa_mac_sign_setup(&operation, ctx->psa_hmac_key, in mbedtls_ssl_cookie_write()
H A Dssl_msg.c1054 status = psa_mac_sign_setup(&operation, transform->psa_mac_enc, in mbedtls_ssl_encrypt_buf()
1397 status = psa_mac_sign_setup(&operation, transform->psa_mac_enc, in mbedtls_ssl_encrypt_buf()
H A Dpsa_crypto.c2642 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup() function
/third_party/mbedtls/include/psa/
H A Dcrypto.h1312 * -# Call psa_mac_sign_setup() to specify the algorithm and key.
1319 * If an error occurs at any step after a call to psa_mac_sign_setup(), the
1324 * After a successful call to psa_mac_sign_setup(), the application must
1358 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation,
1426 * The application must call psa_mac_sign_setup() or psa_mac_verify_setup()
1456 * The application must call psa_mac_sign_setup() before calling this function.
1551 * psa_mac_sign_setup() or psa_mac_verify_setup() again.
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h535 #define psa_mac_sign_setup(arg0_operation, arg1_key, arg2_alg) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c937 /* Wrapper for psa_mac_sign_setup */
943 psa_status_t status = (psa_mac_sign_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_sign_setup()
H A Dpsa_exercise_key.c136 status = psa_mac_sign_setup(&operation, key, alg); in exercise_mac_key()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1632 TEST_EQUAL(PSA_SUCCESS, psa_mac_sign_setup(&operation, in mbedtls_test_ssl_prepare_record_mac()

Completed in 33 milliseconds