Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dbase64.h19 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 Dbase64.c73 #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 Dbase64.c203 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 Dres_mkupdate.c534 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 Dresolv.h357 int b64_pton __P((char const *, uchar_t *, size_t));
/titanic_44/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c374 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */ in dst_hmac_md5_key_from_file_format()
H A Ddst_api.c562 dlen = b64_pton(notspace, deckey, sizeof(deckey)); in dst_s_read_public_key()
/titanic_44/usr/src/lib/libresolv2/common/
H A Dmapfile-vers122 b64_pton;
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog1233 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])