Searched refs:arg8_ciphertext (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 109 uint8_t *arg8_ciphertext, in mbedtls_test_wrap_psa_aead_encrypt() argument 117 MBEDTLS_TEST_MEMORY_POISON(arg8_ciphertext, arg9_ciphertext_size); in mbedtls_test_wrap_psa_aead_encrypt() 119 … arg5_additional_data_length, arg6_plaintext, arg7_plaintext_length, arg8_ciphertext, arg9_ciphert… in mbedtls_test_wrap_psa_aead_encrypt() 124 MBEDTLS_TEST_MEMORY_UNPOISON(arg8_ciphertext, arg9_ciphertext_size); in mbedtls_test_wrap_psa_aead_encrypt()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 85 uint8_t *arg8_ciphertext, 88 … arg5_additional_data_length, arg6_plaintext, arg7_plaintext_length, arg8_ciphertext, arg9_ciphert… argument 89 … arg5_additional_data_length, arg6_plaintext, arg7_plaintext_length, arg8_ciphertext, arg9_ciphert…
|