Lines Matching refs:ivsize
363 unsigned int msglen_size, ivsize;
376 ivsize = rctx->ivsize;
384 rctx->iv[ivsize - i - 1] = 0;
396 memcpy(&rctx->ccm_nonce[0], rctx->iv, rctx->ivsize);
426 rctx->ivsize = AES_BLOCK_SIZE;
429 rctx->ivsize = crypto_aead_ivsize(tfm);
696 unsigned int ivsize;
706 .ivsize = DES_BLOCK_SIZE,
714 .ivsize = DES3_EDE_BLOCK_SIZE,
722 .ivsize = DES_BLOCK_SIZE,
730 .ivsize = DES3_EDE_BLOCK_SIZE,
738 .ivsize = AES_BLOCK_SIZE,
746 .ivsize = AES_BLOCK_SIZE,
754 .ivsize = 8,
777 alg->ivsize = def->ivsize;