index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: aead - Add new interface with single SG list
Herbert Xu
2015-05-22
1
-2
/
+56
*
crypto: scatterwalk - Add scatterwalk_ffwd helper
Herbert Xu
2015-05-22
1
-0
/
+22
*
crypto: pcrypt - Use crypto_grab_aead
Herbert Xu
2015-05-22
1
-36
/
+35
*
crypto: cryptd - Use crypto_grab_aead
Herbert Xu
2015-05-22
1
-23
/
+37
*
crypto: md5 - use md5 IV MD5_HX instead of their raw value
LABBE Corentin
2015-05-18
1
-4
/
+4
*
crypto: aead - Convert top level interface to new style
Herbert Xu
2015-05-13
1
-113
/
+48
*
crypto: seqiv - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-1
/
+2
*
crypto: pcrypt - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-3
/
+4
*
crypto: gcm - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-11
/
+11
*
crypto: cryptd - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-1
/
+2
*
crypto: ccm - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-7
/
+7
*
crypto: authencesn - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-7
/
+8
*
crypto: authenc - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
1
-7
/
+8
*
crypto: blkcipher - Include crypto/aead.h
Herbert Xu
2015-05-13
1
-0
/
+1
*
crypto: authencesn - Include internal/aead.h
Herbert Xu
2015-05-13
1
-1
/
+1
*
crypto: authenc - Include internal/aead.h
Herbert Xu
2015-05-13
1
-1
/
+1
*
crypto: api - Add crypto_grab_spawn primitive
Herbert Xu
2015-05-13
1
-0
/
+16
*
crypto: 842 - change 842 alg to use software
Dan Streetman
2015-05-11
2
-141
/
+40
*
crypto: testmgr - add test cases for CRC32
Ard Biesheuvel
2015-05-11
2
-0
/
+443
*
crypto: testmgr - Wrap the LHS in expressions of the form !x == y
David Howells
2015-05-01
1
-3
/
+3
*
crypto: pcomp - Constify (de)compression parameters
David Howells
2015-05-01
2
-3
/
+3
*
crypto: aead - Fix corner case in crypto_lookup_aead
Herbert Xu
2015-04-26
1
-1
/
+1
*
crypto: skcipher - Fix corner case in crypto_lookup_skcipher
Herbert Xu
2015-04-26
1
-1
/
+1
*
crypto: api - Fix build error when modules are disabled
Herbert Xu
2015-04-26
1
-1
/
+1
*
crypto: testmgr - Include crypto/aead.h
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: tcrypt - Include crypto/aead.h
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: algif_aead - Include crypto/aead.h
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: api - Remove linux/fips.h from internal.h
Herbert Xu
2015-04-23
1
-1
/
+0
*
crypto: testmgr - Include linux/fips.h for fips_enabled
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: tcrypt - Include linux/fips.h for fips_enabled
Herbert Xu
2015-04-23
1
-1
/
+1
*
crypto: fips - Move fips_enabled sysctl into fips.c
Herbert Xu
2015-04-23
2
-41
/
+48
*
crypto: fips - Remove bogus inclusion of internal.h
Herbert Xu
2015-04-23
1
-1
/
+4
*
crypto: api - Include linux/fips.h
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity
Herbert Xu
2015-04-23
1
-4
/
+0
*
crypto: api - Move module sig ifdef into accessor function
Herbert Xu
2015-04-23
1
-4
/
+1
*
crypto: tcrypt - Handle async return from crypto_ahash_init
Herbert Xu
2015-04-23
1
-3
/
+3
*
crypto: rng - Zero seed in crypto_rng_reset
Herbert Xu
2015-04-22
1
-1
/
+1
*
crypto: algif_rng - Remove obsolete const-removal cast
Herbert Xu
2015-04-22
1
-1
/
+1
*
crypto: rng - Remove old low-level rng interface
Herbert Xu
2015-04-22
1
-53
/
+4
*
crypto: krng - Convert to new rng interface
Herbert Xu
2015-04-22
1
-19
/
+14
*
crypto: ansi_cprng - Convert to new rng interface
Herbert Xu
2015-04-22
1
-45
/
+41
*
crypto: ansi_cprng - Remove bogus inclusion of internal.h
Herbert Xu
2015-04-22
1
-2
/
+0
*
crypto: drbg - Convert to new rng interface
Herbert Xu
2015-04-22
1
-69
/
+54
*
crypto: rng - Add multiple algorithm registration interface
Herbert Xu
2015-04-22
1
-0
/
+29
*
crypto: rng - Convert low-level crypto_rng to new style
Herbert Xu
2015-04-22
1
-6
/
+50
*
crypto: rng - Mark crypto_rng_reset seed as const
Herbert Xu
2015-04-22
1
-2
/
+25
*
crypto: rng - Introduce crypto_rng_generate
Herbert Xu
2015-04-21
1
-2
/
+7
*
crypto: rng - Convert crypto_rng to new style crypto_type
Herbert Xu
2015-04-21
1
-12
/
+23
*
crypto: pcomp - Use crypto_alg_extsize helper
Herbert Xu
2015-04-21
1
-6
/
+1
*
crypto: shash - Use crypto_alg_extsize helper
Herbert Xu
2015-04-21
1
-6
/
+1
[next]