Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c423 size_t arg2_iv_length) 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.h243 size_t arg2_iv_length);
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)