Searched refs:b64_pton (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | base64.h | 19 int b64_pton(u_char const *src, u_char *target, size_t targsize); 22 # define __b64_pton b64_pton
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | base64.c | 73 #pragma weak __b64_pton = b64_pton 212 b64_pton(src, target, targsize) in b64_pton() function
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | base64.c | 203 b64_pton(u_char const *src, u_char *target, size_t targsize) in b64_pton() function
|
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 534 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 565 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 629 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
|
/titanic_44/usr/src/head/ |
H A D | resolv.h | 357 int b64_pton __P((char const *, uchar_t *, size_t));
|
/titanic_44/usr/src/lib/libresolv2/common/dst/ |
H A D | hmac_link.c | 374 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */ in dst_hmac_md5_key_from_file_format()
|
H A D | dst_api.c | 562 dlen = b64_pton(notspace, deckey, sizeof(deckey)); in dst_s_read_public_key()
|
/titanic_44/usr/src/lib/libresolv2/common/ |
H A D | mapfile-vers | 122 b64_pton;
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1233 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
|