Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
refs/heads/master
/
crypto
/
ccm.c
0eb76ba
crypto: remove cipher routines from public crypto API
by Ard Biesheuvel
· 4 years, 1 month ago
7bcb2c9
crypto: algapi - use common mechanism for inheriting flags
by Eric Biggers
· 4 years, 6 months ago
64d6679
crypto: ccm - simplify error handling in crypto_rfc4309_create()
by Eric Biggers
· 4 years, 10 months ago
a39c66c
crypto: shash - convert shash_free_instance() to new style
by Eric Biggers
· 5 years ago
d5ed3b6
crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn
by Eric Biggers
· 5 years ago
1667297
crypto: cbcmac - use crypto_grab_cipher() and simplify error paths
by Eric Biggers
· 5 years ago
05b3bbb
crypto: ccm - use crypto_grab_ahash() and simplify error paths
by Eric Biggers
· 5 years ago
cd900f0
crypto: aead - pass instance to crypto_grab_aead()
by Eric Biggers
· 5 years ago
b9f76dd
crypto: skcipher - pass instance to crypto_grab_skcipher()
by Eric Biggers
· 5 years ago
af5034e
crypto: remove propagation of CRYPTO_TFM_RES_* flags
by Eric Biggers
· 5 years ago
ae748b9
wusb: switch to cbcmac transform
by Ard Biesheuvel
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
6a1faa4
crypto: ccm - fix incompatibility between "ccm" and "ccm_base"
by Eric Biggers
· 6 years ago
c4741b2
crypto: run initcalls for generic implementations earlier
by Eric Biggers
· 6 years ago
0db1903
crypto: ccm - use template array registering API to simplify the code
by Xiongfeng Wang
· 6 years ago
ebf533a
crypto: ccm - Remove VLA usage
by Ard Biesheuvel
· 6 years ago
441f99c
crypto: ccm - preserve the IV buffer
by Romain Izard
· 7 years ago
3b30460
crypto: ccm - move cbcmac input off the stack
by Ard Biesheuvel
· 8 years ago
5ba8e2a
crypto: ccm - drop unnecessary minimum 32-bit alignment
by Ard Biesheuvel
· 8 years ago
5338ad7
crypto: ccm - honour alignmask of subordinate MAC cipher
by Ard Biesheuvel
· 8 years ago
f15f05b
crypto: ccm - switch to separate cbcmac driver
by Ard Biesheuvel
· 8 years ago
60425a8
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
by Eric Biggers
· 8 years ago
a35528e
crypto: skcipher - Get rid of crypto_grab_skcipher2()
by Eric Biggers
· 8 years ago
464b93a
crypto: ccm - Use skcipher
by Herbert Xu
· 8 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
81c4c35
crypto: ccm - Convert to new AEAD interface
by Herbert Xu
· 9 years ago
2c221ad
crypto: ccm - Use crypto_aead_set_reqsize helper
by Herbert Xu
· 10 years ago
4943ba1
crypto: include crypto- module prefix in template
by Kees Cook
· 10 years ago
5d26a10
crypto: prefix module autoloading with "crypto-"
by Kees Cook
· 10 years ago
5638cab
crypto: ccm - Fix handling of zero plaintext when computing mac
by Horia Geanta
· 11 years ago
6bf37e5
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
by James Yonan
· 11 years ago
3e8afe3
crypto: use ERR_CAST
by Julia Lawall
· 12 years ago
f0dfc0b
crypto: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
516280e
crypto: ccm - Fix handling of null assoc data
by Jarod Wilson
· 16 years ago
4a49b49
[CRYPTO] ccm: Added CCM mode
by Joy Latten
· 17 years ago