Searched refs:b64_pton (Results 1 – 6 of 6) sorted by relevance
/external/openssh/openbsd-compat/ |
D | base64.h | 60 int b64_pton(char const *src, u_char *target, size_t targsize); 62 # define __b64_pton(a,b,c) b64_pton(a,b,c)
|
D | base64.c | 197 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() function
|
/external/openssh/ |
D | sshbuf-misc.c | 124 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
|
D | config.h.in | 210 /* Define to 1 if you have the `b64_pton' function. */
|
D | configure.ac | 1617 b64_pton \
|
D | configure | 16461 b64_pton \
|