Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c244 size_t arg2_plaintext_size, in mbedtls_test_wrap_psa_aead_verify() argument
250 MBEDTLS_TEST_MEMORY_POISON(arg1_plaintext, arg2_plaintext_size); in mbedtls_test_wrap_psa_aead_verify()
253 …psa_status_t status = (psa_aead_verify)(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_… in mbedtls_test_wrap_psa_aead_verify()
255 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_plaintext, arg2_plaintext_size); in mbedtls_test_wrap_psa_aead_verify()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h150 size_t arg2_plaintext_size,
154 #define psa_aead_verify(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaintext_length,… argument
155 …mbedtls_test_wrap_psa_aead_verify(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaint…