Quantcast
Channel: Icepack-linux and Neck Pads » linux crypto code
Browsing all 5 articles
Browse latest View live

linux kernel code crypto zlib.c 1

/* * Cryptographic API. * * Zlib algorithm * * Copyright 2008 Sony Corporation * * Based on deflate.c, which is * Copyright (c) 2003 James Morris <jmorris@intercode.com.au> * * This program is...

View Article



linux kernel code crypto zlib.c 2

static int zlib_compress_init(struct crypto_pcomp *tfm) { int ret; struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); struct z_stream_s *stream = &dctx->comp_stream; ret =...

View Article

linux kernel code crypto xts.c

/* XTS: as defined in IEEE1619/D16 *    http://grouper.ieee.org/groups/1619/email/pdf00086.pdf *    (sector sizes which are not a multiple of 16 bytes are, *    however currently unsupported) * *...

View Article

linux kernel code crypto xor.c

/* * xor.c : Multiple Devices driver for Linux * * Copyright (C) 1996, 1997, 1998, 1999, 2000, * Ingo Molnar, Matti Aarnio, Jakub Jelinek, Richard Henderson. * * Dispatch optimized RAID-5 checksumming...

View Article

linux kernel code crypto xcbc.c

/* * Copyright (C)2006 USAGI/WIDE Project * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free...

View Article

Browsing all 5 articles
Browse latest View live


Latest Images