Searched refs:blobp (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | sshbuf-io.c | 32 sshbuf_load_fd(int fd, struct sshbuf **blobp) in sshbuf_load_fd() argument 40 *blobp = NULL; in sshbuf_load_fd() 69 *blobp = blob; in sshbuf_load_fd()
|
H A D | sshkey.c | 904 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain, in fingerprint_bubblebabble() 913 if (blobp != NULL) in fingerprint_bubblebabble() 914 *blobp = NULL; in fingerprint_bubblebabble() 922 if (blobp != NULL) { in fingerprint_bubblebabble() 923 if ((*blobp = malloc(len)) == NULL) { in fingerprint_bubblebabble() 927 memcpy(*blobp, sshbuf_ptr(b), len); in fingerprint_bubblebabble() 936 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in fingerprint_bubblebabble() 938 return to_blob(key, blobp, lenp, 0, SSHKEY_SERIALIZE_DEFAULT); in fingerprint_bubblebabble() 942 sshkey_plain_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in fingerprint_bubblebabble() 944 return to_blob(key, blobp, len in fingerprint_bubblebabble() 779 to_blob(const struct sshkey * key,u_char ** blobp,size_t * lenp,int force_plain,enum sshkey_serialize_rep opts) to_blob() argument 811 sshkey_to_blob(const struct sshkey * key,u_char ** blobp,size_t * lenp) sshkey_to_blob() argument 817 sshkey_plain_to_blob(const struct sshkey * key,u_char ** blobp,size_t * lenp) sshkey_plain_to_blob() argument [all...] |
H A D | ssh-keygen.c | 2250 hash_to_blob(const char *cp, u_char **blobp, size_t *lenp, in hash_to_blob() 2280 *blobp = xmalloc(*lenp); in update_krl_from_file() 2281 memcpy(*blobp, sshbuf_ptr(b), *lenp); in update_krl_from_file() 2222 hash_to_blob(const char * cp,u_char ** blobp,size_t * lenp,const char * file,u_long lnum) hash_to_blob() argument
|