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

/external/openssh/
H A Dkrl.h59 int ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp,
H A Dkrl.c923 ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp, argument
937 *krlp = NULL;
1151 *krlp = krl;
H A Dssh-keygen.c1965 load_krl(const char *path, struct ssh_krl **krlp) argument
1978 if ((r = ssh_krl_from_blob(krlbuf, krlp, NULL, 0)) != 0 ||
1979 *krlp == NULL)

Completed in 67 milliseconds