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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_priv.c46 krb5_priv_enc_part privmsg_enc_part; local
53 privmsg_enc_part.user_data = *userdata;
54 privmsg_enc_part.s_address = local_addr;
55 privmsg_enc_part.r_address = remote_addr;
58 privmsg_enc_part.timestamp = replaydata->timestamp;
59 privmsg_enc_part.usec = replaydata->usec;
60 privmsg_enc_part.seq_number = replaydata->seq;
63 if ((retval = encode_krb5_enc_priv_part(&privmsg_enc_part, &scratch1)))
H A Drd_priv.c65 krb5_priv_enc_part * privmsg_enc_part; local
98 if ((retval = decode_krb5_enc_priv_part(&scratch, &privmsg_enc_part)))
101 if (!krb5_address_compare(context,remote_addr,privmsg_enc_part->s_address)){
106 if (privmsg_enc_part->r_address) {
109 privmsg_enc_part->r_address)) {
119 if (!krb5_address_search(context, privmsg_enc_part->r_address,
129 replaydata->timestamp = privmsg_enc_part->timestamp;
130 replaydata->usec = privmsg_enc_part->usec;
131 replaydata->seq = privmsg_enc_part->seq_number;
134 *outbuf = privmsg_enc_part
[all...]

Completed in 99 milliseconds