HomeSort by: relevance | last modified time | path
    Searched refs:b64_pton (Results 1 - 8 of 8) sorted by relevancy

  /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/lib/libc/net/
base64.c 217 b64_pton(char const *src, u_char *target, size_t targsize) function in typeref:typename:int
  /src/include/
resolv.h 355 #define b64_pton __b64_pton macro
432 int b64_pton(char const *, u_char *, size_t);
  /src/usr.bin/uudecode/
uudecode.c 306 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
  /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/usr.sbin/wgconfig/
wgconfig.c 414 ret = b64_pton(keyb64buf, keybuf, KEY_LEN);
416 errx(EXIT_FAILURE, "b64_pton failed");

Completed in 16 milliseconds