| /src/external/bsd/nsd/lib/libnsd/ |
| Makefile | 49 b64_pton.c
|
| /src/usr.sbin/wg-keygen/ |
| wg-keygen.c | 127 ret = b64_pton(key_b64, key, KEY_LEN); 129 errx(EXIT_FAILURE, "b64_pton failed");
|
| /src/external/bsd/tmux/dist/ |
| compat.h | 390 #undef b64_pton macro 392 int b64_pton(const char *, u_char *, size_t);
|
| tty-keys.c | 1382 if ((outlen = b64_pton(copy, (u_char *)out, len)) == -1) {
|
| /src/lib/libc/net/ |
| base64.c | 217 b64_pton(char const *src, u_char *target, size_t targsize) function
|
| /src/external/bsd/libbind/dist/isc/ |
| base64.c | 203 b64_pton(src, target, targsize) function
|
| /src/external/bsd/nsd/dist/compat/ |
| b64_pton.c | 381 b64_pton(char const *src, uint8_t *target, size_t targsize) function
|
| /src/external/bsd/tmux/dist/compat/ |
| base64.c | 190 b64_pton(src, target, targsize) function
|
| /src/include/ |
| resolv.h | 355 #define b64_pton __b64_pton macro 433 int b64_pton(char const *, u_char *, size_t);
|
| /src/external/bsd/libbind/dist/include/ |
| resolv.h | 357 #define b64_pton __b64_pton macro 432 int b64_pton __P((char const *, u_char *, size_t));
|
| /src/usr.bin/uudecode/ |
| uudecode.c | 306 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
|
| /src/external/bsd/nsd/include/ |
| config.h | 83 /* Define to 1 if you have the 'b64_pton' function. */ 1024 int b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| /src/lib/libresolv/ |
| hmac_link.c | 335 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode 361 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */
|
| res_mkupdate.c | 542 siglen = b64_pton(buf2, buf3, sizeof(buf3)); 573 keylen = b64_pton(buf2, buf3, sizeof(buf3)); 637 certlen = b64_pton(buf2, buf3, sizeof(buf3));
|
| dst_api.c | 571 dlen = b64_pton(notspace, deckey, sizeof(deckey)); 573 EREPORT(("%s: bad return from b64_pton = %d", __func__, dlen));
|
| /src/external/bsd/libbind/dist/dst/ |
| hmac_link.c | 344 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode 370 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */
|
| dst_api.c | 564 dlen = b64_pton(notspace, deckey, sizeof(deckey)); 566 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshbuf-misc.c | 193 if ((nlen = b64_pton(b64, p, plen)) < 0) {
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_mkupdate.c | 536 siglen = b64_pton(buf2, buf3, sizeof(buf3)); 567 keylen = b64_pton(buf2, buf3, sizeof(buf3)); 631 certlen = b64_pton(buf2, buf3, sizeof(buf3));
|
| /src/external/bsd/nsd/dist/ |
| config.h.in | 82 /* Define to 1 if you have the 'b64_pton' function. */ 1013 int b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| Makefile.in | 293 b64_pton.o: $(srcdir)/compat/b64_pton.c 294 $(COMPILE) -c $(srcdir)/compat/b64_pton.c 653 b64_pton.o: $(srcdir)/compat/b64_pton.c config.h $(srcdir)/compat/cpuset.h
|
| configparser.y | 955 size = b64_pton($2, data, sizeof(data));
|
| remote.c | 2292 if(b64_pton(arg2, data, sizeof(data)) == -1) { 2350 if(b64_pton(arg2, data, sizeof(data)) == -1) {
|
| /src/usr.sbin/wgconfig/ |
| wgconfig.c | 414 ret = b64_pton(keyb64buf, keybuf, KEY_LEN); 416 errx(EXIT_FAILURE, "b64_pton failed");
|
| /src/external/bsd/libbind/dist/tests/ |
| dig8.c | 715 key.len=b64_pton(p, key.data, 1024);
|