Searched defs:blobp (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshbuf-io.c | 34 sshbuf_load_fd(int fd, struct sshbuf **blobp) in sshbuf_load_fd()
|
H A D | sshkey.c | 808 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain, in to_blob() 840 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_to_blob() 846 sshkey_plain_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_plain_to_blob()
|
H A D | ssh-keygen.c | 2245 hash_to_blob(const char *cp, u_char **blobp, size_t *lenp, in hash_to_blob()
|