Lines Matching refs:ivsize
75 unsigned ivsize = crypto_lskcipher_ivsize(tfm); in crypto_lskcipher_crypt_unaligned() local
89 memcpy(tiv, iv, ivsize + statesize); in crypto_lskcipher_crypt_unaligned()
117 memcpy(iv, tiv, ivsize + statesize); in crypto_lskcipher_crypt_unaligned()
169 unsigned ivsize; in crypto_lskcipher_crypt_sg() local
173 ivsize = crypto_lskcipher_ivsize(tfm); in crypto_lskcipher_crypt_sg()
175 memcpy(ivs, req->iv, ivsize); in crypto_lskcipher_crypt_sg()
196 memcpy(req->iv, ivs, ivsize); in crypto_lskcipher_crypt_sg()
258 seq_printf(m, "ivsize : %u\n", skcipher->co.ivsize); in crypto_lskcipher_show()
277 rblkcipher.ivsize = skcipher->co.ivsize; in crypto_lskcipher_report()
566 if (cipher_alg->co.ivsize) in lskcipher_alloc_instance_simple()
577 inst->alg.co.ivsize = cipher_alg->co.base.cra_blocksize; in lskcipher_alloc_instance_simple()