Home
last modified time | relevance | path

Searched refs:arg1_iv (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c405 uint8_t *arg1_iv, in mbedtls_test_wrap_psa_cipher_generate_iv() argument
410 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_size); in mbedtls_test_wrap_psa_cipher_generate_iv()
412 …psa_status_t status = (psa_cipher_generate_iv)(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_leng… in mbedtls_test_wrap_psa_cipher_generate_iv()
414 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_iv, arg2_iv_size); in mbedtls_test_wrap_psa_cipher_generate_iv()
422 const uint8_t *arg1_iv, in mbedtls_test_wrap_psa_cipher_set_iv() argument
426 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
428 psa_status_t status = (psa_cipher_set_iv)(arg0_operation, arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
430 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h234 uint8_t *arg1_iv,
237 #define psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length) \ argument
238 mbedtls_test_wrap_psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length)
242 const uint8_t *arg1_iv,
244 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ argument
245 mbedtls_test_wrap_psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length)