Searched refs:to_blob_buf (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sshkey.c | 756 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain) in to_blob_buf() function 829 return to_blob_buf(key, b, 0); in sshkey_putb() 840 r = to_blob_buf(key, tmp, 0); in sshkey_puts() 850 return to_blob_buf(key, b, 1); in sshkey_putb_plain() 866 if ((ret = to_blob_buf(key, b, force_plain)) != 0) in to_blob()
|