Searched refs:force_plain (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshkey.c | 862 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain, in to_blob_buf() argument 872 type = force_plain ? sshkey_type_plain(key->type) : key->type; in to_blob_buf() 901 enum sshkey_serialize_rep opts, int force_plain) in sshkey_puts_opts_internal() argument 908 r = to_blob_buf(key, tmp, force_plain, opts); in sshkey_puts_opts_internal() 934 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain, in to_blob() argument 947 if ((ret = to_blob_buf(key, b, force_plain, opts)) != 0) in to_blob()
|