Lines Matching refs:iv
174 const void *iv, size_t iv_len) in ta_crypt_cmd_mac_init() argument
183 if (iv != NULL) { in ta_crypt_cmd_mac_init()
184 op.params[1].tmpref.buffer = (void *)iv; in ta_crypt_cmd_mac_init()
309 const void *iv, size_t iv_len) in ta_crypt_cmd_cipher_init() argument
318 if (iv != NULL) { in ta_crypt_cmd_cipher_init()
319 op.params[1].tmpref.buffer = (void *)iv; in ta_crypt_cmd_cipher_init()
1961 const uint8_t *iv; member
1980 #define XTEST_CIPH_CASE(algo, key_type, key, iv, in_incr, ptx, ctx) \ argument
1982 NULL, 0, iv, ARRAY_SIZE(iv), (in_incr), (ptx), ARRAY_SIZE(ptx), \
1985 NULL, 0, iv, ARRAY_SIZE(iv), (in_incr), (ctx), ARRAY_SIZE(ctx), \
2267 ciph_cases[n].iv, ciph_cases[n].iv_len))) in xtest_tee_test_4003()