Searched refs:b64_pton (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | base64.h | 58 int b64_pton(char const *src, u_char *target, size_t targsize); 60 # define __b64_pton(a,b,c) b64_pton(a,b,c)
|
H A D | base64.c | 196 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() function
|
/freebsd/lib/libldns/ |
H A D | Makefile | 19 SRCS+= b64_ntop.c b64_pton.c
|
/freebsd/include/ |
H A D | resolv.h | 338 #define b64_pton __b64_pton macro 423 int b64_pton(char const *, u_char *, size_t);
|
/freebsd/lib/libc/net/ |
H A D | base64.c | 192 b64_pton(const char *src, u_char *target, size_t targsize) in b64_pton() function
|
/freebsd/lib/libc/resolv/ |
H A D | res_mkupdate.c | 549 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 581 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 645 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
|
/freebsd/lib/libiscsiutil/ |
H A D | chap.c | 115 bin_len = b64_pton(b64, bin, bin_len); in chap_b642bin()
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-misc.c | 159 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
|
H A D | configure.ac | 1957 b64_pton \
|
/freebsd/usr.bin/bintrans/ |
H A D | uudecode.c | 467 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); in base64_decode()
|
/freebsd/contrib/ldns/ |
H A D | util.c | 493 return b64_pton(src, target, targsize); in ldns_b64_pton()
|
H A D | Makefile.in | 811 compat/b64_pton.lo compat/b64_pton.o: $(srcdir)/compat/b64_pton.c ldns/config.h
|
H A D | configure.ac | 907 AC_REPLACE_FUNCS(b64_pton)
|
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 933 if ((xlen = (b64_pton(p + dlen + 1,
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 24 /* Define to 1 if you have the `b64_pton' function. */
|