Searched refs:arg7_ciphertext_length (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 67 size_t arg7_ciphertext_length, 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 …4_additional_data, arg5_additional_data_length, arg6_ciphertext, arg7_ciphertext_length, arg8_plai… 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 | 61 size_t arg7_ciphertext_length, 65 …4_additional_data, arg5_additional_data_length, arg6_ciphertext, arg7_ciphertext_length, arg8_plai… argument 66 …4_additional_data, arg5_additional_data_length, arg6_ciphertext, arg7_ciphertext_length, arg8_plai…
|