Home
last modified time | relevance | path

Searched refs:ssh_krl_to_blob (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dkrl.h60 int ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf);
H A Dkrl.c731 ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf) in ssh_krl_to_blob() function
H A Dssh-keygen.c2481 if (ssh_krl_to_blob(krl, kbuf) != 0) in do_gen_krl()