Searched refs:b64_ntop (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c72 #pragma weak __b64_ntop = b64_ntop
146 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { function
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c334 n = b64_ntop(data, scratch, size, sizeof(scratch));
H A Ddst_api.c618 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key));
620 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key));
H A Dhmac_link.c318 len = b64_ntop(key, key_len, bp, buff_len - (bp - buff));
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c472 len = b64_ntop(rdata, edata - rdata,
536 len = b64_ntop(rdata, edata - rdata,
591 len = b64_ntop(rdata, edata-rdata, base64_cert, siz);
881 len = b64_ntop(rdata, edata-rdata, base64_dhcid, siz);
972 len = b64_ntop(rdata, edata-rdata, base64_key, siz);
1022 len = b64_ntop(rdata, key_len, base64_key, siz);

Completed in 22 milliseconds