Searched refs:b64_ntop (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | base64.h | 17 int b64_ntop(u_char const *src, size_t srclength, char *target, 21 # define __b64_ntop b64_ntop
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | base64.c | 72 #pragma weak __b64_ntop = b64_ntop 146 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() function
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | base64.c | 136 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) in b64_ntop() function
|
/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_print.c | 472 len = b64_ntop(rdata, edata - rdata, in ns_sprintrrf() 536 len = b64_ntop(rdata, edata - rdata, in ns_sprintrrf() 591 len = b64_ntop(rdata, edata-rdata, base64_cert, siz); in ns_sprintrrf() 881 len = b64_ntop(rdata, edata-rdata, base64_dhcid, siz); in ns_sprintrrf() 972 len = b64_ntop(rdata, edata-rdata, base64_key, siz); in ns_sprintrrf() 1022 len = b64_ntop(rdata, key_len, base64_key, siz); in ns_sprintrrf()
|
/titanic_44/usr/src/lib/libresolv2/common/dst/ |
H A D | support.c | 334 n = b64_ntop(data, scratch, size, sizeof(scratch)); in dst_s_dump()
|
H A D | dst_api.c | 618 b64_ntop(&out_key[6], len - 6, enc_key, sizeof(enc_key)); in dst_s_write_public_key() 620 b64_ntop(&out_key[4], len - 4, enc_key, sizeof(enc_key)); in dst_s_write_public_key()
|
H A D | hmac_link.c | 318 len = b64_ntop(key, key_len, bp, buff_len - (bp - buff)); in dst_hmac_md5_key_to_file_format()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | socks.c | 324 b64_ntop((unsigned char *)buf, strlen(buf), resp, in socks_connect()
|
/titanic_44/usr/src/head/ |
H A D | resolv.h | 356 int b64_ntop __P((uchar_t const *, size_t, char *, size_t));
|
/titanic_44/usr/src/lib/libresolv2/common/ |
H A D | mapfile-vers | 120 b64_ntop;
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1225 - replace broken uuencode w/ libc b64_ntop 1233 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
|