Searched defs:dec_tkt_part (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddecrypt_tk.c46 krb5_enc_tkt_part *dec_tkt_part; local
69 retval = decode_krb5_enc_tkt_part(&scratch, &dec_tkt_part);
71 ticket->enc_part2 = dec_tkt_part;
H A Dencrypt_tk.c34 Takes unencrypted dec_ticket & dec_tkt_part, encrypts with
50 register krb5_enc_tkt_part *dec_tkt_part = dec_ticket->enc_part2; local
53 if ((retval = encode_krb5_enc_tkt_part(dec_tkt_part, &scratch))) {

Completed in 79 milliseconds