Searched refs:b64_pton (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbase64.h60 int b64_pton(char const *src, u_char *target, size_t targsize);
62 # define __b64_pton(a,b,c) b64_pton(a,b,c)
H A Dbase64.c197 b64_pton(char const *src, u_char *target, size_t targsize) function
/macosx-10.9.5/basic_cmds-55/uudecode/
H A Dbase64.c198 b64_pton(src, target, targsize) function
H A Duudecode.c485 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
/macosx-10.9.5/basic_cmds-55/uuencode/
H A Dbase64.c198 b64_pton(src, target, targsize) function
H A Duuencode.c69 int b64_pton __P((char const *, u_char *, size_t));
/macosx-10.9.5/libresolv-54/
H A Dbase64.c207 b64_pton(src, target, targsize) function
H A Dresolv.h368 #define b64_pton res_9_b64_pton macro
431 int b64_pton __P((char const *, u_char *, size_t));
H A Ddst_hmac_link.c336 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode
360 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /* see above */
H A Dres_mkupdate.c546 siglen = b64_pton(buf2, buf3, sizeof(buf3));
577 keylen = b64_pton(buf2, buf3, sizeof(buf3));
641 certlen = b64_pton(buf2, buf3, sizeof(buf3));
H A Ddst_api.c577 dlen = b64_pton(notspace, deckey, sizeof(deckey));
579 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfigure9507 b64_pton \

Completed in 152 milliseconds