e_buf 115 drivers/crypto/ccp/ccp-crypto-rsa.c kzfree(ctx->u.rsa.e_buf); e_buf 116 drivers/crypto/ccp/ccp-crypto-rsa.c ctx->u.rsa.e_buf = NULL; e_buf 156 drivers/crypto/ccp/ccp-crypto-rsa.c ret = ccp_copy_and_save_keypart(&ctx->u.rsa.e_buf, &ctx->u.rsa.e_len, e_buf 160 drivers/crypto/ccp/ccp-crypto-rsa.c sg_init_one(&ctx->u.rsa.e_sg, ctx->u.rsa.e_buf, ctx->u.rsa.e_len); e_buf 240 drivers/crypto/ccp/ccp-crypto.h u8 *e_buf; e_buf 664 drivers/media/pci/cx18/cx18-ioctl.c struct cx18_enc_idx_entry *e_buf; e_buf 680 drivers/media/pci/cx18/cx18-ioctl.c e_buf = (struct cx18_enc_idx_entry *) &buf->buf[buf->readpos]; e_buf 685 drivers/media/pci/cx18/cx18-ioctl.c e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) e_buf 686 drivers/media/pci/cx18/cx18-ioctl.c | le32_to_cpu(e_buf->offset_low); e_buf 688 drivers/media/pci/cx18/cx18-ioctl.c e_idx->pts = (((u64) (le32_to_cpu(e_buf->pts_high) & 1)) << 32) e_buf 689 drivers/media/pci/cx18/cx18-ioctl.c | le32_to_cpu(e_buf->pts_low); e_buf 691 drivers/media/pci/cx18/cx18-ioctl.c e_idx->length = le32_to_cpu(e_buf->length); e_buf 693 drivers/media/pci/cx18/cx18-ioctl.c e_idx->flags = mapping[le32_to_cpu(e_buf->flags) & 0x7]; e_buf 700 drivers/media/pci/cx18/cx18-ioctl.c e_buf++;