Searched defs:blobp (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | sshbuf-io.c | 34 sshbuf_load_fd(int fd, struct sshbuf **blobp) in sshbuf_load_fd()
|
D | sshkey.c | 943 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain, in to_blob() 975 sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_to_blob() 981 sshkey_plain_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp) in sshkey_plain_to_blob()
|
D | ssh-keygen.c | 2169 hash_to_blob(const char *cp, u_char **blobp, size_t *lenp, in hash_to_blob()
|
/external/curl/lib/ |
D | setopt.c | 80 CURLcode Curl_setblobopt(struct curl_blob **blobp, in Curl_setblobopt()
|