Searched refs:arg2_ciphertext_size (Results 1 – 2 of 2) sorted by relevance
/mbedtls-3.7.0/tests/src/ |
D | psa_test_wrappers.c | 143 size_t arg2_ciphertext_size, in mbedtls_test_wrap_psa_aead_finish() argument 150 MBEDTLS_TEST_MEMORY_POISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish() 153 …psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg… in mbedtls_test_wrap_psa_aead_finish() 155 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish()
|
/mbedtls-3.7.0/tests/include/test/ |
D | psa_test_wrappers.h | 101 size_t arg2_ciphertext_size, 106 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_leng… argument 107 …mbedtls_test_wrap_psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciph…
|