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

/haiku/headers/posix/
H A Dresolv.h218 #define b64_pton __b64_pton macro
262 int b64_pton(char const *, unsigned char *, size_t);
/haiku/src/system/libnetwork/netresolv/net/
H A Dbase64.c218 b64_pton(char const *src, u_char *target, size_t targsize) function
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c333 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode
359 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */
H A Ddst_api.c569 dlen = b64_pton(notspace, deckey, sizeof(deckey));
571 EREPORT(("%s: bad return from b64_pton = %d", __func__, dlen));

Completed in 270 milliseconds