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

/freebsd-current/crypto/openssh/
H A Dsshkey.c742 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain, function
776 return to_blob_buf(key, b, 0, SSHKEY_SERIALIZE_DEFAULT);
788 r = to_blob_buf(key, tmp, 0, opts);
804 return to_blob_buf(key, b, 1, SSHKEY_SERIALIZE_DEFAULT);
821 if ((ret = to_blob_buf(key, b, force_plain, opts)) != 0)
H A Dssh_namespace.h986 #define to_blob_buf Fssh_to_blob_buf macro

Completed in 128 milliseconds