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

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.c725 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain) function
802 return to_blob_buf(key, b, 0);
813 r = to_blob_buf(key, tmp, 0);
823 return to_blob_buf(key, b, 1);
839 if ((ret = to_blob_buf(key, b, force_plain)) != 0)
H A Dssh_namespace.h903 #define to_blob_buf Fssh_to_blob_buf macro

Completed in 119 milliseconds