Home
last modified time | relevance | path

Searched refs:arg4_tag (Results 1 – 2 of 2) sorted by relevance

/mbedtls/tests/src/
A Dpsa_test_wrappers.c145 uint8_t *arg4_tag, in mbedtls_test_wrap_psa_aead_finish() argument
151 MBEDTLS_TEST_MEMORY_POISON(arg4_tag, arg5_tag_size); in mbedtls_test_wrap_psa_aead_finish()
153 …eration, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_length, arg4_tag, arg5_tag_size, a… in mbedtls_test_wrap_psa_aead_finish()
156 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_tag, arg5_tag_size); in mbedtls_test_wrap_psa_aead_finish()
247 const uint8_t *arg4_tag, in mbedtls_test_wrap_psa_aead_verify() argument
252 MBEDTLS_TEST_MEMORY_POISON(arg4_tag, arg5_tag_length); in mbedtls_test_wrap_psa_aead_verify()
254 …_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaintext_length, arg4_tag, arg5_tag_length); in mbedtls_test_wrap_psa_aead_verify()
257 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_tag, arg5_tag_length); in mbedtls_test_wrap_psa_aead_verify()
/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h103 uint8_t *arg4_tag,
106 …eration, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_length, arg4_tag, arg5_tag_size, a… argument
107 …eration, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_length, arg4_tag, arg5_tag_size, a…
153 const uint8_t *arg4_tag,
155 …_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaintext_length, arg4_tag, arg5_tag_length)… argument
156 …0_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaintext_length, arg4_tag, arg5_tag_length)

Completed in 17 milliseconds