cksumkey          239 include/linux/sunrpc/gss_krb5.h 		struct xdr_buf *body, int body_offset, u8 *cksumkey,
cksumkey          166 net/sunrpc/auth_gss/gss_krb5_crypto.c 		       struct xdr_buf *body, int body_offset, u8 *cksumkey,
cksumkey          177 net/sunrpc/auth_gss/gss_krb5_crypto.c 	if (cksumkey == NULL)
cksumkey          244 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = crypto_ahash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength);
cksumkey          277 net/sunrpc/auth_gss/gss_krb5_crypto.c 	      struct xdr_buf *body, int body_offset, u8 *cksumkey,
cksumkey          290 net/sunrpc/auth_gss/gss_krb5_crypto.c 					      cksumkey, usage, cksumout);
cksumkey          314 net/sunrpc/auth_gss/gss_krb5_crypto.c 	if (cksumkey != NULL) {
cksumkey          315 net/sunrpc/auth_gss/gss_krb5_crypto.c 		err = crypto_ahash_setkey(tfm, cksumkey,
cksumkey          374 net/sunrpc/auth_gss/gss_krb5_crypto.c 		 struct xdr_buf *body, int body_offset, u8 *cksumkey,
cksumkey          388 net/sunrpc/auth_gss/gss_krb5_crypto.c 	if (cksumkey == NULL) {
cksumkey          408 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = crypto_ahash_setkey(tfm, cksumkey, kctx->gk5e->keylength);
cksumkey          738 net/sunrpc/auth_gss/gss_krb5_crypto.c 	u8 *cksumkey;
cksumkey          751 net/sunrpc/auth_gss/gss_krb5_crypto.c 		cksumkey = kctx->initiator_integ;
cksumkey          756 net/sunrpc/auth_gss/gss_krb5_crypto.c 		cksumkey = kctx->acceptor_integ;
cksumkey          798 net/sunrpc/auth_gss/gss_krb5_crypto.c 			       cksumkey, usage, &hmac);
cksumkey          136 net/sunrpc/auth_gss/gss_krb5_seal.c 	u8			*cksumkey;
cksumkey          146 net/sunrpc/auth_gss/gss_krb5_seal.c 		cksumkey = ctx->cksum;
cksumkey          148 net/sunrpc/auth_gss/gss_krb5_seal.c 		cksumkey = NULL;
cksumkey          150 net/sunrpc/auth_gss/gss_krb5_seal.c 	if (make_checksum(ctx, ptr, 8, text, 0, cksumkey,
cksumkey          174 net/sunrpc/auth_gss/gss_krb5_seal.c 	u8 *cksumkey;
cksumkey          188 net/sunrpc/auth_gss/gss_krb5_seal.c 		cksumkey = ctx->initiator_sign;
cksumkey          191 net/sunrpc/auth_gss/gss_krb5_seal.c 		cksumkey = ctx->acceptor_sign;
cksumkey          196 net/sunrpc/auth_gss/gss_krb5_seal.c 			     text, 0, cksumkey, cksum_usage, &cksumobj))
cksumkey           87 net/sunrpc/auth_gss/gss_krb5_unseal.c 	u8			*cksumkey;
cksumkey          113 net/sunrpc/auth_gss/gss_krb5_unseal.c 		cksumkey = ctx->cksum;
cksumkey          115 net/sunrpc/auth_gss/gss_krb5_unseal.c 		cksumkey = NULL;
cksumkey          118 net/sunrpc/auth_gss/gss_krb5_unseal.c 			  cksumkey, KG_USAGE_SIGN, &md5cksum))
cksumkey          154 net/sunrpc/auth_gss/gss_krb5_unseal.c 	u8 *cksumkey;
cksumkey          181 net/sunrpc/auth_gss/gss_krb5_unseal.c 		cksumkey = ctx->acceptor_sign;
cksumkey          184 net/sunrpc/auth_gss/gss_krb5_unseal.c 		cksumkey = ctx->initiator_sign;
cksumkey          189 net/sunrpc/auth_gss/gss_krb5_unseal.c 			     cksumkey, cksum_usage, &cksumobj))
cksumkey          170 net/sunrpc/auth_gss/gss_krb5_wrap.c 	u8			*cksumkey;
cksumkey          217 net/sunrpc/auth_gss/gss_krb5_wrap.c 		cksumkey = kctx->cksum;
cksumkey          219 net/sunrpc/auth_gss/gss_krb5_wrap.c 		cksumkey = NULL;
cksumkey          225 net/sunrpc/auth_gss/gss_krb5_wrap.c 					cksumkey, KG_USAGE_SEAL, &md5cksum))
cksumkey          283 net/sunrpc/auth_gss/gss_krb5_wrap.c 	u8			*cksumkey;
cksumkey          352 net/sunrpc/auth_gss/gss_krb5_wrap.c 		cksumkey = kctx->cksum;
cksumkey          354 net/sunrpc/auth_gss/gss_krb5_wrap.c 		cksumkey = NULL;
cksumkey          357 net/sunrpc/auth_gss/gss_krb5_wrap.c 					cksumkey, KG_USAGE_SEAL, &md5cksum))