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

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.c827 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain) function
860 return to_blob(key, blobp, lenp, 0);
866 return to_blob(key, blobp, lenp, 1);
900 } else if ((r = to_blob(k, &blob, &blob_len, 1)) != 0)
2402 /* XXX this substantially duplicates to_blob(); refactor */
H A Dssh_namespace.h902 #define to_blob Fssh_to_blob macro

Completed in 157 milliseconds