index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
testmgr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place
Eric Biggers
1
-5
/
+5
2023-10-27
crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support
Dimitri John Ledkov
1
-0
/
+12
2023-10-27
crypto: testmgr - stop checking crypto_ahash_alignmask
Eric Biggers
1
-6
/
+3
2023-10-27
crypto: testmgr - stop checking crypto_shash_alignmask
Eric Biggers
1
-3
/
+2
2023-10-13
crypto: arc4 - Convert from skcipher to lskcipher
Herbert Xu
1
-1
/
+1
2023-10-12
crypto: testmgr - Remove zlib-deflate
Herbert Xu
1
-10
/
+0
2023-09-20
crypto: testmgr - Add support for lskcipher algorithms
Herbert Xu
1
-0
/
+19
2023-04-20
crypto: testmgr - Add some test vectors for cmac(camellia)
David Howells
1
-0
/
+6
2023-03-14
crypto: testmgr - fix RNG performance in fuzz tests
Eric Biggers
1
-97
/
+169
2023-02-10
crypto: testmgr - add diff-splits of src/dst into default cipher config
Zhang Yiqun
1
-0
/
+8
2023-01-27
crypto: testmgr - disallow certain DRBG hash functions in FIPS mode
Vladis Dronov
1
-4
/
+0
2023-01-06
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode
Nicolai Stange
1
-0
/
+2
2023-01-06
crypto: testmgr - disallow plain ghash in FIPS mode
Nicolai Stange
1
-1
/
+0
2023-01-06
crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
Nicolai Stange
1
-1
/
+0
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+19
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-5
/
+5
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-43
/
+43
2022-11-04
crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors
Tianjia Zhang
1
-0
/
+19
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-4
/
+4
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-43
/
+43
2022-09-02
crypto: testmgr - fix indentation for test_acomp() args
Lucas Segarra Fernandez
1
-1
/
+1
2022-08-19
crypto: testmgr - don't generate WARN for missing modules
Robert Elliott
1
-2
/
+5
2022-08-19
crypto: testmgr - extend acomp tests for NULL destination buffer
Lucas Segarra Fernandez
1
-0
/
+29
2022-07-15
crypto: testmgr - add ARIA testmgr tests
Taehee Yoo
1
-0
/
+31
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
1
-24
/
+0
2022-06-10
crypto: hctr2 - Add HCTR2 support
Nathan Huckleberry
1
-0
/
+8
2022-06-10
crypto: polyval - Add POLYVAL support
Nathan Huckleberry
1
-0
/
+6
2022-06-10
crypto: xctr - Add XCTR support
Nathan Huckleberry
1
-0
/
+6
2022-04-08
crypto: testmgr - test in-place en/decryption with two sglists
Eric Biggers
1
-12
/
+63
2022-03-26
Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+7
2022-03-07
crypto: add rocksoft 64b crc guard tag framework
Keith Busch
1
-0
/
+7
2022-03-03
crypto: dh - disallow plain "dh" usage in FIPS mode
Nicolai Stange
1
-1
/
+0
2022-03-03
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
1
-4
/
+19
2022-03-03
crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates
Nicolai Stange
1
-0
/
+37
2022-02-11
crypto: hmac - add fips_skip support
Stephan Müller
1
-0
/
+3
2022-01-31
crypto: testmgr - Move crypto_simd_disabled_for_test out
Herbert Xu
1
-3
/
+0
2021-11-26
crypto: des - disallow des3 in FIPS mode
Stephan Müller
1
-9
/
+0
2021-10-08
crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-21
crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm
Tianjia Zhang
1
-0
/
+29
2021-06-28
crypto: drbg - self test for HMAC(SHA-512)
Stephan Müller
1
-1
/
+4
2021-05-28
crypto: ecdh - add test suite for NIST P384
Hui Tang
1
-0
/
+7
2021-05-28
crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
Hui Tang
1
-3
/
+0
2021-03-26
Merge branch 'ecc'
Herbert Xu
1
-0
/
+18
2021-03-26
crypto: ecdsa - Register NIST P384 and extend test suite
Saulo Alessandre
1
-0
/
+6
2021-03-26
crypto: ecdsa - Add support for ECDSA signature verification
Stefan Berger
1
-0
/
+12
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
1
-2
/
+11
2021-03-07
crypto: testmgr - delete some redundant code
Kai Ye
1
-8
/
+3
2021-02-10
crypto: serpent - get rid of obsolete tnepres variant
Ard Biesheuvel
1
-6
/
+0
[next]