summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-41/+46
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-241-1/+0Star
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0Star
* | sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-08-231-3/+9
* | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-091-2/+0Star
|/
* sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-031-3/+0Star
* sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-07-131-1/+2
* sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2016-11-011-6/+6
* sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-261-34/+48
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-151-2/+6
|\
| * sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-041-2/+6
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-135/+215
* sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-221-6/+2Star
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-031-7/+2Star
* SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust2012-03-121-2/+5
* net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches2010-12-171-1/+1
* gss_krb5: Add support for rc4-hmac encryptionKevin Coffman2010-05-141-0/+255
* gss_krb5: Use confounder length in wrap codeKevin Coffman2010-05-141-3/+3
* gssd_krb5: arcfour-hmac supportKevin Coffman2010-05-141-4/+11
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-0/+248
* gss_krb5: add support for new token formats in rfc4121Kevin Coffman2010-05-141-0/+74
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+3
* gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman2010-05-141-8/+46
* gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-141-9/+9
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-141-0/+38
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-231-10/+0Star
* Correct grammer/typos in dprintksKevin Coffman2008-04-231-3/+3
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-3/+3
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-311-3/+3
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-7/+27
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-8/+6Star
* Update net/ to use sg helpersJens Axboe2007-10-221-5/+5
* [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-131-1/+1
|\
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-2/+2
* | SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever2007-02-041-4/+4
|/
* rpcgss: simplify make_checksumJ. Bruce Fields2006-12-061-11/+1Star
* rpc: move process_xdr_bufOlga Kornievskaia2006-12-061-69/+4Star
* rpc: gss: eliminate print_hexl()'sJ. Bruce Fields2006-12-061-14/+2Star
* [CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-211-14/+24
* [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-211-25/+32
* RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmallocJ. Bruce Fields2006-04-191-8/+3Star
* [CRYPTO] Simplify one-member scatterlist expressionsHerbert Xu2005-10-301-2/+2
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-17/+6Star
* RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields2005-10-191-2/+154
* RPCSEC_GSS: Simplify rpcsec_gss crypto codeJ. Bruce Fields2005-10-191-29/+77