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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c73 #pragma weak __b64_pton = b64_pton
212 b64_pton(src, target, targsize) function
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c348 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode
374 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */
H A Ddst_api.c562 dlen = b64_pton(notspace, deckey, sizeof(deckey));
564 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c534 siglen = b64_pton(buf2, buf3, sizeof(buf3));
565 keylen = b64_pton(buf2, buf3, sizeof(buf3));
629 certlen = b64_pton(buf2, buf3, sizeof(buf3));

Completed in 20 milliseconds