Searched refs:to_blob_buf (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 878 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain, in to_blob_buf() function 912 return to_blob_buf(key, b, 0, SSHKEY_SERIALIZE_DEFAULT); in sshkey_putb() 924 r = to_blob_buf(key, tmp, 0, opts); in sshkey_puts_opts() 940 return to_blob_buf(key, b, 1, SSHKEY_SERIALIZE_DEFAULT); in sshkey_putb_plain() 957 if ((ret = to_blob_buf(key, b, force_plain, opts)) != 0) in to_blob()
|
H A D | ssh_namespace.h | 996 #define to_blob_buf Fssh_to_blob_buf macro
|