Searched refs:arg2_iv_length (Results 1 – 2 of 2) sorted by relevance
423 size_t arg2_iv_length) in mbedtls_test_wrap_psa_cipher_set_iv() argument426 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()
243 size_t arg2_iv_length);244 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ argument245 mbedtls_test_wrap_psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length)