Skip to content

Commit 2a9893f

Browse files
committed
SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.c
These functions are no longer used. Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent cfb6b32 commit 2a9893f

File tree

3 files changed

+1
-114
lines changed

3 files changed

+1
-114
lines changed

net/sunrpc/auth_gss/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ auth_rpcgss-y := auth_gss.o gss_generic_token.o \
1212
obj-$(CONFIG_RPCSEC_GSS_KRB5) += rpcsec_gss_krb5.o
1313

1414
rpcsec_gss_krb5-y := gss_krb5_mech.o gss_krb5_seal.o gss_krb5_unseal.o \
15-
gss_krb5_seqnum.o gss_krb5_wrap.o gss_krb5_crypto.o gss_krb5_keys.o
15+
gss_krb5_wrap.o gss_krb5_crypto.o gss_krb5_keys.o
1616

1717
obj-$(CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST) += gss_krb5_test.o

net/sunrpc/auth_gss/gss_krb5_internal.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ static inline int krb5_derive_key(struct krb5_ctx *kctx,
153153
return gk5e->derive_key(gk5e, inkey, outkey, &label, gfp_mask);
154154
}
155155

156-
s32 krb5_make_seq_num(struct krb5_ctx *kctx, struct crypto_sync_skcipher *key,
157-
int direction, u32 seqnum, unsigned char *cksum,
158-
unsigned char *buf);
159-
160-
s32 krb5_get_seq_num(struct krb5_ctx *kctx, unsigned char *cksum,
161-
unsigned char *buf, int *direction, u32 *seqnum);
162-
163156
void krb5_make_confounder(u8 *p, int conflen);
164157

165158
u32 make_checksum(struct krb5_ctx *kctx, char *header, int hdrlen,

net/sunrpc/auth_gss/gss_krb5_seqnum.c

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)