Lines Matching defs:ivsize
75 unsigned ivsize = crypto_lskcipher_ivsize(tfm);
89 memcpy(tiv, iv, ivsize + statesize);
117 memcpy(iv, tiv, ivsize + statesize);
169 unsigned ivsize;
173 ivsize = crypto_lskcipher_ivsize(tfm);
175 memcpy(ivs, req->iv, ivsize);
196 memcpy(req->iv, ivs, ivsize);
258 seq_printf(m, "ivsize : %u\n", skcipher->co.ivsize);
277 rblkcipher.ivsize = skcipher->co.ivsize;
471 * that for the underlying cipher. The {min,max}_keysize, ivsize, blocksize,
567 if (cipher_alg->co.ivsize)
578 inst->alg.co.ivsize = cipher_alg->co.base.cra_blocksize;