Home
last modified time | relevance | path

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

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