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

/freebsd-13-stable/crypto/openssh/
H A Dkrl.c1336 struct sshbuf *krlbuf = NULL; local
1343 if ((krlbuf = sshbuf_new()) == NULL)
1350 if ((r = sshkey_load_file(fd, krlbuf)) != 0) {
1354 if ((r = ssh_krl_from_blob(krlbuf, &krl, NULL, 0)) != 0)
1361 sshbuf_free(krlbuf);
H A Dssh-keygen.c2096 struct sshbuf *krlbuf; local
2099 if ((krlbuf = sshbuf_new()) == NULL)
2103 if ((r = sshkey_load_file(fd, krlbuf)) != 0)
2107 if ((r = ssh_krl_from_blob(krlbuf, krlp, NULL, 0)) != 0 ||
2110 sshbuf_free(krlbuf);

Completed in 172 milliseconds