Searched refs:b64_pton (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| 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)
|
| D | base64.c | 196 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() function
|
| /freebsd-12-stable/lib/libldns/ |
| D | Makefile | 20 SRCS+= b64_ntop.c b64_pton.c
|
| /freebsd-12-stable/include/ |
| D | resolv.h | 339 #define b64_pton __b64_pton macro 424 int b64_pton(char const *, u_char *, size_t);
|
| /freebsd-12-stable/lib/libc/net/ |
| D | base64.c | 195 b64_pton(const char *src, u_char *target, size_t targsize) in b64_pton() function
|
| /freebsd-12-stable/lib/libc/resolv/ |
| D | res_mkupdate.c | 555 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 587 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 651 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
|
| /freebsd-12-stable/usr.sbin/ctld/ |
| D | chap.c | 120 bin_len = b64_pton(b64, bin, bin_len); in chap_b642bin()
|
| /freebsd-12-stable/usr.sbin/iscsid/ |
| D | chap.c | 120 bin_len = b64_pton(b64, bin, bin_len); in chap_b642bin()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sshbuf-misc.c | 159 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
|
| D | configure.ac | 1910 b64_pton \
|
| /freebsd-12-stable/usr.bin/uudecode/ |
| D | uudecode.c | 449 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); in base64_decode()
|
| /freebsd-12-stable/contrib/ldns/ |
| D | util.c | 482 return b64_pton(src, target, targsize); in ldns_b64_pton()
|
| D | Makefile.in | 755 compat/b64_pton.lo compat/b64_pton.o: $(srcdir)/compat/b64_pton.c ldns/config.h
|
| D | configure.ac | 802 AC_REPLACE_FUNCS(b64_pton)
|
| /freebsd-12-stable/contrib/nvi/common/ |
| D | recover.c | 933 if ((xlen = (b64_pton(p + dlen + 1,
|
| /freebsd-12-stable/contrib/ldns/ldns/ |
| D | config.h.in | 24 /* Define to 1 if you have the `b64_pton' function. */
|