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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_priv.c45 krb5_priv privmsg; local
50 privmsg.enc_part.kvno = 0; /* XXX allow user-set? */
51 privmsg.enc_part.enctype = keyblock->enctype;
71 privmsg.enc_part.ciphertext.length = enclen;
72 if (!(privmsg.enc_part.ciphertext.data =
73 malloc(privmsg.enc_part.ciphertext.length))) {
91 scratch1, &privmsg.enc_part)))
94 if ((retval = encode_krb5_priv(&privmsg, &scratch2)))
102 memset(privmsg.enc_part.ciphertext.data, 0,
103 privmsg
[all...]
H A Drd_priv.c63 krb5_priv * privmsg; local
73 if ((retval = decode_krb5_priv(inbuf, &privmsg)))
85 scratch.length = privmsg->enc_part.ciphertext.length;
94 &privmsg->enc_part, &scratch)))
148 krb5_xfree(privmsg->enc_part.ciphertext.data);
149 krb5_xfree(privmsg);

Completed in 57 milliseconds