summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_keys.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2023-08-291-84/+0
* SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever2023-02-201-4/+11
* SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever2023-02-201-0/+143
* SUNRPC: Add KDF-HMAC-SHA2Chuck Lever2023-02-201-0/+117
* SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever2023-02-201-45/+86
* SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever2023-02-201-2/+4
* SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever2023-02-201-3/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* sunrpc: Use kzfree rather than its implementation.zhong jiang2019-09-051-6/+3
* gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-5/+4
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-6/+6
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* gss_krb5: use lcm from kernel libLuis Henriques2014-01-241-13/+4
* NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2010-05-141-4/+5
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-0/+30
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+53
* gss_krb5: handle new context format from gssdKevin Coffman2010-05-141-1/+1
* gss_krb5: import functionality to derive keys into the kernelKevin Coffman2010-05-141-0/+252