Lines Matching refs:iv
173 const void *iv, size_t iv_len) in ta_crypt_cmd_mac_init() argument
182 if (iv != NULL) { in ta_crypt_cmd_mac_init()
183 op.params[1].tmpref.buffer = (void *)iv; in ta_crypt_cmd_mac_init()
308 const void *iv, size_t iv_len) in ta_crypt_cmd_cipher_init() argument
317 if (iv != NULL) { in ta_crypt_cmd_cipher_init()
318 op.params[1].tmpref.buffer = (void *)iv; in ta_crypt_cmd_cipher_init()
1960 const uint8_t *iv; member
1979 #define XTEST_CIPH_CASE(algo, key_type, key, iv, in_incr, ptx, ctx) \ argument
1981 NULL, 0, iv, ARRAY_SIZE(iv), (in_incr), (ptx), ARRAY_SIZE(ptx), \
1984 NULL, 0, iv, ARRAY_SIZE(iv), (in_incr), (ctx), ARRAY_SIZE(ctx), \
2266 ciph_cases[n].iv, ciph_cases[n].iv_len))) in xtest_tee_test_4003()