Lines Matching refs:iv
283 char *iv; in test_aead_speed() local
290 iv = kzalloc(MAX_IVLEN, GFP_KERNEL); in test_aead_speed()
291 if (!iv) in test_aead_speed()
362 memset(iv, 0xff, iv_len); in test_aead_speed()
383 aead_request_set_crypt(req, sg, sgout, *b_size, iv); in test_aead_speed()
415 kfree(iv); in test_aead_speed()
425 char iv[128]; in test_cipher_speed() local
494 memset(&iv, 0xff, iv_len); in test_cipher_speed()
495 crypto_blkcipher_set_iv(tfm, iv, iv_len); in test_cipher_speed()
1087 char iv[128]; in test_acipher_speed() local
1180 memset(&iv, 0xff, iv_len); in test_acipher_speed()
1182 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); in test_acipher_speed()