Searched refs:force_plain (Results 1 – 1 of 1) sorted by relevance
727 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain) in to_blob_buf() argument741 type = force_plain ? sshkey_type_plain(key->type) : key->type; in to_blob_buf()829 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain) in to_blob() argument841 if ((ret = to_blob_buf(key, b, force_plain)) != 0) in to_blob()