From 50d60c3dc739be77574cbf80bc24d7fbd2ff41be Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 18 Apr 2013 19:45:17 -0400 Subject: Add internal Z_MakeZcodeAuthentication function Explicitly takes a krb5_creds as input. --- h/internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'h') diff --git a/h/internal.h b/h/internal.h index 93d76ab..f87c8a2 100644 --- a/h/internal.h +++ b/h/internal.h @@ -144,6 +144,10 @@ Code_t Z_ExtractEncCksum(krb5_keyblock *keyblock, krb5_enctype *enctype, int Z_krb5_verify_cksum(krb5_keyblock *keyblock, krb5_data *cksumbuf, krb5_cksumtype cksumtype, krb5_keyusage cksumusage, unsigned char *asn1_data, int asn1_len); +Code_t Z_MakeZcodeAuthentication(register ZNotice_t *notice, + char *buffer, int buffer_len, + int *phdr_len, + krb5_creds *creds); Code_t Z_InsertZcodeChecksum(krb5_keyblock *keyblock, ZNotice_t *notice, char *buffer, char *cksum_start, int cksum_len, -- cgit v1.2.3