Home
last modified time | relevance | path

Searched refs:b64_pton (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c69 #pragma weak __b64_pton = b64_pton
208 b64_pton(src, target, targsize) in b64_pton() function
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c530 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
561 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
625 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
/illumos-gate/usr/src/head/
H A Dresolv.h357 int b64_pton __P((char const *, uchar_t *, size_t));
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c371 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */ in dst_hmac_md5_key_from_file_format()
H A Ddst_api.c558 dlen = b64_pton(notspace, deckey, sizeof(deckey)); in dst_s_read_public_key()
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dmapfile-vers139 b64_pton;