Lines Matching refs:iv
315 char *iv; in test_aead_speed() local
323 iv = kzalloc(MAX_IVLEN, GFP_KERNEL); in test_aead_speed()
324 if (!iv) in test_aead_speed()
397 memset(iv, 0xff, iv_len); in test_aead_speed()
421 aead_request_set_crypt(req, sg, sgout, *b_size, iv); in test_aead_speed()
453 kfree(iv); in test_aead_speed()
463 char iv[128]; in test_cipher_speed() local
532 memset(&iv, 0xff, iv_len); in test_cipher_speed()
533 crypto_blkcipher_set_iv(tfm, iv, iv_len); in test_cipher_speed()
1116 char iv[128]; in test_acipher_speed() local
1209 memset(&iv, 0xff, iv_len); in test_acipher_speed()
1211 ablkcipher_request_set_crypt(req, sg, sg, *b_size, iv); in test_acipher_speed()