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

/freebsd-current/crypto/openssh/
H A Dsshkey.c742 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain, argument
752 type = force_plain ? sshkey_type_plain(key->type) : key->type;
808 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain, argument
821 if ((ret = to_blob_buf(key, b, force_plain, opts)) != 0)

Completed in 63 milliseconds