Searched refs:b64_ntop (Results 1 – 7 of 7) sorted by relevance
/external/openssh/openbsd-compat/ |
D | base64.h | 52 int b64_ntop(u_char const *src, size_t srclength, char *target, 55 # define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d)
|
D | base64.c | 134 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) in b64_ntop() function
|
/external/openssh/ |
D | sshbuf-misc.c | 105 if ((r = b64_ntop(p, len, ret, plen)) == -1) { in sshbuf_dtob64()
|
D | config.h.in | 207 /* Define to 1 if you have the `b64_ntop' function. */
|
D | sshkey.c | 967 if ((r = b64_ntop(dgst_raw, dgst_raw_len, in fingerprint_b64()
|
D | configure.ac | 1615 b64_ntop \
|
D | configure | 16459 b64_ntop \
|