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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_priv.c71 krb5_priv_enc_part * privmsg_enc_part; local
108 if ((retval = decode_krb5_enc_priv_part(&scratch, &privmsg_enc_part)))
112 KERBEROS_PROBE_KRB_PRIV(READ, inbuf, privmsg, privmsg_enc_part);
114 if (!krb5_address_compare(context,remote_addr,privmsg_enc_part->s_address)){
119 if (privmsg_enc_part->r_address) {
122 privmsg_enc_part->r_address)) {
132 if (!krb5_address_search(context, privmsg_enc_part->r_address,
142 replaydata->timestamp = privmsg_enc_part->timestamp;
143 replaydata->usec = privmsg_enc_part->usec;
144 replaydata->seq = privmsg_enc_part
[all...]
H A Dmk_priv.c50 krb5_priv_enc_part privmsg_enc_part; local
57 privmsg_enc_part.user_data = *userdata;
58 privmsg_enc_part.s_address = local_addr;
59 privmsg_enc_part.r_address = remote_addr;
62 privmsg_enc_part.timestamp = replaydata->timestamp;
63 privmsg_enc_part.usec = replaydata->usec;
64 privmsg_enc_part.seq_number = replaydata->seq;
67 if ((retval = encode_krb5_enc_priv_part(&privmsg_enc_part, &scratch1)))
101 KERBEROS_PROBE_KRB_PRIV(MAKE, scratch2, &privmsg, &privmsg_enc_part);

Completed in 15 milliseconds