Searched refs:arg2_iv_length (Results 1 – 2 of 2) sorted by relevance
424 size_t arg2_iv_length) in mbedtls_test_wrap_psa_cipher_set_iv() argument427 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()429 psa_status_t status = (psa_cipher_set_iv)(arg0_operation, arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()431 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
244 size_t arg2_iv_length);245 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ argument246 mbedtls_test_wrap_psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length)