Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f1b5a7fe1718393f67fa6222a1cc27f97e12c4b3
/
crypto
« Previous
743edf5
[CRYPTO] aead: Add givcrypt operations
by Herbert Xu
· 17 years ago
0a27032
[CRYPTO] seqiv: Add Sequence Number IV Generator
by Herbert Xu
· 17 years ago
1472e5e
[CRYPTO] gcm: Use crypto_grab_skcipher
by Herbert Xu
· 17 years ago
d00aa19
[CRYPTO] gcm: Allow block cipher parameter
by Herbert Xu
· 17 years ago
9ffde35
[CRYPTO] authenc: Use crypto_grab_skcipher
by Herbert Xu
· 17 years ago
b9c55aa
[CRYPTO] skcipher: Create default givcipher instances
by Herbert Xu
· 17 years ago
806d183
[CRYPTO] eseqiv: Add Encrypted Sequence Number IV Generator
by Herbert Xu
· 17 years ago
7f47073
[CRYPTO] chainiv: Add chain IV generator
by Herbert Xu
· 17 years ago
ecfc432
[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free
by Herbert Xu
· 17 years ago
927eead
[CRYPTO] cryptd: Use geniv of the underlying algorithm
by Herbert Xu
· 17 years ago
23508e1
[CRYPTO] skcipher: Added geniv field
by Herbert Xu
· 17 years ago
61da88e
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
by Herbert Xu
· 17 years ago
378f4f5
[CRYPTO] skcipher: Add crypto_grab_skcipher interface
by Herbert Xu
· 17 years ago
84c9115
[CRYPTO] gcm: Add support for async ciphers
by Herbert Xu
· 17 years ago
5311f24
[CRYPTO] ctr: Refactor into ctr and rfc3686
by Herbert Xu
· 17 years ago
653ebd9
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module
by Herbert Xu
· 17 years ago
2589469
[CRYPTO] gcm: Fix request context alignment
by Herbert Xu
· 17 years ago
68b6c7d
[CRYPTO] api: Add crypto_attr_alg_name
by Herbert Xu
· 17 years ago
5e55311
[CRYPTO] authenc: Select HASH in Kconfig
by Borislav Petkov
· 17 years ago
7c3d703
[CRYPTO] authenc: Merge common hashing code
by Herbert Xu
· 17 years ago
12dc5e6
[CRYPTO] authenc: Use RTA_OK to check length
by Herbert Xu
· 17 years ago
c2c61f51
[CRYPTO] authenc: Fix typo in ivsize
by Herbert Xu
· 17 years ago
5de8f1b
[CRYPTO] tcrypt: Added salsa20 speed test
by Tan Swee Heng
· 17 years ago
0b77abb
[CRYPTO] lzo: Add LZO compression algorithm support
by Zoltan Sogor
· 17 years ago
91755a9
[CRYPTO] tcrypt: Add common compression tester function
by Zoltan Sogor
· 17 years ago
8bff664
[CRYPTO] tcrypt: Salsa20 large test vector
by Tan Swee Heng
· 17 years ago
eb6f13e
[CRYPTO] salsa20_generic: Fix multi-page processing
by Tan Swee Heng
· 17 years ago
7f68137
[CRYPTO] gcm: Put abreq in private context instead of on stack
by Herbert Xu
· 17 years ago
b2ab4a5
[CRYPTO] scatterwalk: Restore custom sg chaining for now
by Herbert Xu
· 17 years ago
42c271c
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
by Herbert Xu
· 17 years ago
fe70f5d
[CRYPTO] aead: Return EBADMSG for ICV mismatch
by Herbert Xu
· 17 years ago
6160b28
[CRYPTO] gcm: Fix ICV handling
by Herbert Xu
· 17 years ago
8df213d
[CRYPTO] tcrypt: Make gcm available as a standalone test
by Herbert Xu
· 17 years ago
481f34a
[CRYPTO] authenc: Fix hash verification
by Herbert Xu
· 17 years ago
e236d4a
[CRYPTO] authenc: Move enckeylen into key itself
by Herbert Xu
· 17 years ago
7ba683a
[CRYPTO] aead: Make authsize a run-time parameter
by Herbert Xu
· 17 years ago
e29bc6a
[CRYPTO] authenc: Use or instead of max on alignment masks
by Herbert Xu
· 17 years ago
a10e119
[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h
by Denis Cheng
· 17 years ago
9617d6e
[CRYPTO] tcrypt: AES CBC test vectors from NIST SP800-38A
by Jan Glauber
· 17 years ago
a773edb
[CRYPTO] tcrypt: AES CTR large test vector
by Tan Swee Heng
· 17 years ago
6d1a69d
[CRYPTO] tcrypt: Support for large test vectors
by Tan Swee Heng
· 17 years ago
0971eb0
[CRYPTO] ctr: Fix multi-page processing
by Herbert Xu
· 17 years ago
28db8e3
[CRYPTO] gcm: New algorithm
by Mikko Herranen
· 17 years ago
e3a4ea4
[CRYPTO] tcrypt: Add aead support
by Mikko Herranen
· 17 years ago
ff85a80
[CRYPTO] camellia: Move more common code into camellia_setup_tail
by Denys Vlasenko
· 17 years ago
dedcf8b
[CRYPTO] camellia: Move common code into camellia_setup_tail
by Denys Vlasenko
· 17 years ago
acca79a
[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths
by Denys Vlasenko
· 17 years ago
2ddae4a
[CRYPTO] camellia: Code shrink
by Denys Vlasenko
· 17 years ago
3f8214e
[CRYPTO] ctr: Use crypto_inc and crypto_xor
by Herbert Xu
· 17 years ago
d0b9007
[CRYPTO] pcbc: Use crypto_xor
by Herbert Xu
· 17 years ago
50b6544
[CRYPTO] cbc: Require block size to be a power of 2
by Herbert Xu
· 17 years ago
3c7f076
[CRYPTO] cbc: Use crypto_xor
by Herbert Xu
· 17 years ago
7613636
[CRYPTO] api: Add crypto_inc and crypto_xor
by Herbert Xu
· 17 years ago
2407d60
[CRYPTO] salsa20: Salsa20 stream cipher
by Tan Swee Heng
· 17 years ago
332f884
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
by Herbert Xu
· 17 years ago
468577a
[CRYPTO] scatterwalk: Use generic scatterlist chaining
by Herbert Xu
· 17 years ago
cd12fb9
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
by Jonathan Lynch
· 17 years ago
5157dea
[CRYPTO] aes-i586: Remove setkey
by Sebastian Siewior
· 17 years ago
b345cee
[CRYPTO] ctr: Remove default M
by Sebastian Siewior
· 17 years ago
81190b3
[CRYPTO] aes-x86-64: Remove setkey
by Sebastian Siewior
· 17 years ago
96e82e4
[CRYPTO] aes-generic: Make key generation exportable
by Sebastian Siewior
· 17 years ago
be5fb27
[CRYPTO] aes-generic: Coding style cleanup
by Sebastian Siewior
· 17 years ago
41fdab3
[CRYPTO] ctr: Add countersize
by Joy Latten
· 17 years ago
d3e7480
[CRYPTO] camellia: De-unrolling
by Denys Vlasenko
· 17 years ago
1ce73e8
[CRYPTO] camellia: Code cleanup
by Denys Vlasenko
· 17 years ago
3a5e5f81
[CRYPTO] camellia: Code cleanup
by Denys Vlasenko
· 17 years ago
1721a81
[CRYPTO] camellia: Code cleanup
by Denys Vlasenko
· 17 years ago
e2b21b5
[CRYPTO] twofish: Do not unroll big stuff in twofish key setup
by Denys Vlasenko
· 17 years ago
89e1265
[CRYPTO] aes: Move common defines into a header file
by Sebastian Siewior
· 17 years ago
c3041f9
[CRYPTO] hifn_795x: Detect weak keys
by Evgeniy Polyakov
· 17 years ago
16d004a
[CRYPTO] des: Create header file for common macros
by Evgeniy Polyakov
· 17 years ago
23e353c
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
by Joy Latten
· 17 years ago
3c50b36
fcrypt endianness misannotations
by Al Viro
· 17 years ago
38cb241
[CRYPTO] api: Fix potential race in crypto_remove_spawn
by Herbert Xu
· 17 years ago
f347c4f
[CRYPTO] authenc: Move initialisations up to shut up gcc
by Herbert Xu
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
a5a613a
[CRYPTO] tcrypt: Move sg_init_table out of timing loops
by Herbert Xu
· 17 years ago
b733588
[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
by David S. Miller
· 17 years ago
a676772
[CRYPTO]: HMAC needs some more scatterlist fixups.
by David S. Miller
· 17 years ago
41fb285
[CRYPTO]: Fix hmac_digest from the SG breakage.
by Vlad Yasevich
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
78c2f0b
[SG] Update crypto/ to sg helpers
by Jens Axboe
· 17 years ago
991d174
crypto: convert "crypto" subdirectory to UTF-8
by John Anthony Kazos Jr
· 17 years ago
ab83407
crypto: don't pollute the global namespace with sg_next()
by Jens Axboe
· 18 years ago
5265eeb
[CRYPTO] sha: Add header file for SHA definitions
by Jan Glauber
· 17 years ago
ad5d278
[CRYPTO] sha: Load the SHA[1|256] module by an alias
by Sebastian Siewior
· 17 years ago
f8246af
[CRYPTO] aes: Rename aes to aes-generic
by Sebastian Siewior
· 17 years ago
c5a511f
[CRYPTO] des: Rename des to des-generic
by Sebastian Siewior
· 17 years ago
7607bd8
[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
by Herbert Xu
· 17 years ago
2614de1
[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size
by Herbert Xu
· 17 years ago
d805848
[CRYPTO] api: Explain the comparison on larval cra_name
by Herbert Xu
· 17 years ago
7061378
[CRYPTO] blkcipher: Remove alignment restriction on block size
by Herbert Xu
· 17 years ago
e4c5c6c
[CRYPTO] authenc: Kill spaces in algorithm names
by Herbert Xu
· 17 years ago
720a650
[CRYPTO] cryptomgr: Fix parsing of recursive algorithms
by Herbert Xu
· 17 years ago
f19f511
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
by Rik Snel
· 17 years ago
5aaff0c
[CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intention
by Ingo Oeser
· 17 years ago
70dec23
[CRYPTO] api: Kill crypto_km_types
by Herbert Xu
· 17 years ago
3c09f17
[CRYPTO] aead: Add authenc
by Herbert Xu
· 17 years ago
5fa0fea
[CRYPTO] scatterwalk: Add scatterwalk_map_and_copy
by Herbert Xu
· 17 years ago
e962a65
[CRYPTO] api: Move scatterwalk into algapi
by Herbert Xu
· 17 years ago
Next »