Searched refs:arg1_ciphertext (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 141 uint8_t *arg1_ciphertext, in mbedtls_test_wrap_psa_aead_finish() argument 149 MBEDTLS_TEST_MEMORY_POISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish() 152 …psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg… in mbedtls_test_wrap_psa_aead_finish() 154 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 99 uint8_t *arg1_ciphertext, 105 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_leng… argument 106 …mbedtls_test_wrap_psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciph…
|