Home
last modified time | relevance | path

Searched refs:b64_pton (Results 1 – 6 of 6) sorted by relevance

/external/openssh/openbsd-compat/
Dbase64.h58 int b64_pton(char const *src, u_char *target, size_t targsize);
60 # define __b64_pton(a,b,c) b64_pton(a,b,c)
Dbase64.c197 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() function
/external/openssh/
Dsshbuf-misc.c124 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
Dconfig.h.in210 /* Define to 1 if you have the `b64_pton' function. */
Dconfigure.ac1682 b64_pton \
Dconfigure10633 b64_pton \