Searched refs:arg6_ciphertext (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 66 const uint8_t *arg6_ciphertext, in mbedtls_test_wrap_psa_aead_decrypt() argument 75 MBEDTLS_TEST_MEMORY_POISON(arg6_ciphertext, arg7_ciphertext_length); in mbedtls_test_wrap_psa_aead_decrypt() 78 …rg3_nonce_length, arg4_additional_data, arg5_additional_data_length, arg6_ciphertext, arg7_ciphert… in mbedtls_test_wrap_psa_aead_decrypt() 82 MBEDTLS_TEST_MEMORY_UNPOISON(arg6_ciphertext, arg7_ciphertext_length); in mbedtls_test_wrap_psa_aead_decrypt()
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 60 const uint8_t *arg6_ciphertext, 65 …rg3_nonce_length, arg4_additional_data, arg5_additional_data_length, arg6_ciphertext, arg7_ciphert… argument 66 …rg3_nonce_length, arg4_additional_data, arg5_additional_data_length, arg6_ciphertext, arg7_ciphert…
|