diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/gss_krb5.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h index 79f6ac2492f5..5e774a5abf2c 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h | |||
@@ -317,5 +317,14 @@ gss_krb5_aes_decrypt(struct krb5_ctx *kctx, u32 offset, | |||
317 | struct xdr_buf *buf, u32 *plainoffset, | 317 | struct xdr_buf *buf, u32 *plainoffset, |
318 | u32 *plainlen); | 318 | u32 *plainlen); |
319 | 319 | ||
320 | int | ||
321 | krb5_rc4_setup_seq_key(struct krb5_ctx *kctx, | ||
322 | struct crypto_blkcipher *cipher, | ||
323 | unsigned char *cksum); | ||
324 | |||
325 | int | ||
326 | krb5_rc4_setup_enc_key(struct krb5_ctx *kctx, | ||
327 | struct crypto_blkcipher *cipher, | ||
328 | s32 seqnum); | ||
320 | void | 329 | void |
321 | gss_krb5_make_confounder(char *p, u32 conflen); | 330 | gss_krb5_make_confounder(char *p, u32 conflen); |