iv_ctr            225 drivers/crypto/bcm/cipher.c 		sg_set_buf(sg++, rctx->msg_buf.iv_ctr, SPU_XTS_TWEAK_SIZE);
iv_ctr            361 drivers/crypto/bcm/cipher.c 		sg_copy_part_to_buf(req->dst, rctx->msg_buf.iv_ctr,
iv_ctr            367 drivers/crypto/bcm/cipher.c 		__builtin_memcpy(local_iv_ctr, rctx->msg_buf.iv_ctr,
iv_ctr            377 drivers/crypto/bcm/cipher.c 			sg_copy_part_to_buf(req->src, rctx->msg_buf.iv_ctr,
iv_ctr            390 drivers/crypto/bcm/cipher.c 			add_to_ctr(rctx->msg_buf.iv_ctr, chunksize >> 4);
iv_ctr           1242 drivers/crypto/bcm/cipher.c 		sg_set_buf(sg++, rctx->msg_buf.iv_ctr, aead_iv_len);
iv_ctr           1343 drivers/crypto/bcm/cipher.c 	cipher_parms.iv_buf = rctx->msg_buf.iv_ctr;
iv_ctr           1496 drivers/crypto/bcm/cipher.c 	packet_dump("    aead iv: ", rctx->msg_buf.iv_ctr, aead_parms.iv_len);
iv_ctr           1786 drivers/crypto/bcm/cipher.c 		memcpy(rctx->msg_buf.iv_ctr, req->info, rctx->iv_ctr_len);
iv_ctr           2803 drivers/crypto/bcm/cipher.c 			memcpy(rctx->msg_buf.iv_ctr + ctx->salt_offset,
iv_ctr           2805 drivers/crypto/bcm/cipher.c 		memcpy(rctx->msg_buf.iv_ctr + ctx->salt_offset + ctx->salt_len,
iv_ctr            129 drivers/crypto/bcm/cipher.h 	u8 iv_ctr[ALIGN(2 * AES_BLOCK_SIZE, SPU_MSG_ALIGN)];
iv_ctr            308 drivers/crypto/bcm/cipher.h 	u8 *iv_ctr;