Searched refs:to_blob (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 947 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain, in to_blob() function 981 return to_blob(key, blobp, lenp, 0, SSHKEY_SERIALIZE_DEFAULT); in sshkey_to_blob() 987 return to_blob(key, blobp, lenp, 1, SSHKEY_SERIALIZE_DEFAULT); in sshkey_plain_to_blob() 1006 if ((r = to_blob(k, &blob, &blob_len, 1, SSHKEY_SERIALIZE_DEFAULT)) in sshkey_fingerprint_raw()
|
H A D | ssh_namespace.h | 1002 #define to_blob Fssh_to_blob macro
|