Searched refs:krlp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.h57 int ssh_krl_from_blob(Buffer *buf, struct ssh_krl **krlp,
H A Dkrl.c878 ssh_krl_from_blob(Buffer *buf, struct ssh_krl **krlp, argument
889 *krlp = NULL;
894 * Return success but a NULL *krlp here to signal that the
1083 *krlp = krl;
H A Dssh-keygen.c1912 load_krl(const char *path, struct ssh_krl **krlp) argument
1924 if (ssh_krl_from_blob(&krlbuf, krlp, NULL, 0) != 0 ||
1925 *krlp == NULL)

Completed in 120 milliseconds