aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-5/+5
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel1-276/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever1-4/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook1-41/+46
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+0
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing1-2/+0
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+0
2018-04-03sunrpc: remove incorrect HMAC request initializationEric Biggers1-3/+0
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld1-1/+2
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields1-6/+6
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields1-34/+48
2016-04-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu1-2/+6
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu1-135/+215
2015-06-22sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton1-7/+2
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust1-2/+5
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman1-0/+255
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman1-3/+3
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman1-4/+11
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman1-0/+248
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman1-0/+74
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman1-0/+3
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman1-8/+46
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman1-9/+9
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman1-0/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2008-06-23gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman1-10/+0
2008-04-23Correct grammer/typos in dprintksKevin Coffman1-3/+3
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-3/+3
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-3/+3
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-7/+27
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-8/+6
2007-10-22Update net/ to use sg helpersJens Axboe1-5/+5
2007-07-19[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2007-02-03SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever1-4/+4
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields1-11/+1
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia1-69/+4
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields1-14/+2
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu1-14/+24
2006-09-21[SUNRPC] GSS: Use block ciphers where applicableHerbert Xu1-25/+32
2006-04-19RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmallocJ. Bruce Fields1-8/+3