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

/freebsd-current/usr.sbin/keyserv/
H A Dsetkey.c143 char xpublic[1024]; local
164 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len);
166 bzero((char *)&xpublic, sizeof(xpublic));
167 if (!getpublickey(remote_name, xpublic)) {
168 if (nodefaultkeys || !getpublickey("nobody", xpublic))
173 if (!readcache(xpublic, xsecret, &deskey)) {
174 public = mp_xtom(xpublic);
183 writecache(xpublic, xsecret, &deskey);
197 pk_get_conv_key(uid_t uid, keybuf xpublic, cryptkeyre argument
[all...]
/freebsd-current/contrib/telnet/libtelnet/
H A Dpk.c115 common_key(char *xsecret, char *xpublic, IdeaData *ideakey, DesData *deskey) argument
122 public = mp_xtom(xpublic);

Completed in 188 milliseconds