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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_priv.c49 krb5_priv privmsg; local
54 privmsg.enc_part.kvno = 0; /* XXX allow user-set? */
55 privmsg.enc_part.enctype = enctype;
75 privmsg.enc_part.ciphertext.length = enclen;
76 if (!(privmsg.enc_part.ciphertext.data =
77 malloc(privmsg.enc_part.ciphertext.length))) {
94 scratch1, &privmsg.enc_part)))
97 if ((retval = encode_krb5_priv(&privmsg, &scratch2)))
101 KERBEROS_PROBE_KRB_PRIV(MAKE, scratch2, &privmsg, &privmsg_enc_part);
108 memset(privmsg
[all...]
H A Drd_priv.c69 krb5_priv * privmsg; local
80 if ((retval = decode_krb5_priv(inbuf, &privmsg)))
92 scratch.length = privmsg->enc_part.ciphertext.length;
101 &privmsg->enc_part, &scratch))) {
103 KERBEROS_PROBE_KRB_PRIV(READ, inbuf, privmsg, NULL);
112 KERBEROS_PROBE_KRB_PRIV(READ, inbuf, privmsg, privmsg_enc_part);
160 free(privmsg->enc_part.ciphertext.data);
161 free(privmsg);

Completed in 19 milliseconds