Searched refs:psa_mac_sign_setup (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 133 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 D | crypto_spe.h | 120 #define psa_mac_sign_setup \ macro 121 PSA_FUNCTION_NAME(psa_mac_sign_setup)
|
/third_party/mbedtls/library/ |
H A D | ssl_cookie.c | 214 status = psa_mac_sign_setup(&operation, ctx->psa_hmac_key, in mbedtls_ssl_cookie_write()
|
H A D | ssl_msg.c | 1054 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 D | psa_crypto.c | 2642 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 D | crypto.h | 1312 * -# 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 D | psa_test_wrappers.h | 535 #define psa_mac_sign_setup(arg0_operation, arg1_key, arg2_alg) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 937 /* 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 D | psa_exercise_key.c | 136 status = psa_mac_sign_setup(&operation, key, alg); in exercise_mac_key()
|
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 1632 TEST_EQUAL(PSA_SUCCESS, psa_mac_sign_setup(&operation, in mbedtls_test_ssl_prepare_record_mac()
|
Completed in 33 milliseconds