Home
last modified time | relevance | path

Searched refs:wind_ucs2utf8_length (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dlibwind-exports.def12 wind_ucs2utf8_length
H A Dversion-script.map15 wind_ucs2utf8_length;
H A Dwind.h82 int wind_ucs2utf8_length(const uint16_t *, size_t, size_t *);
H A Dutf8.c522 wind_ucs2utf8_length(const uint16_t *in, size_t in_len, size_t *out_len) in wind_ucs2utf8_length() function
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/
H A Dmanpages7 wind/man/man3/wind_ucs2utf8_length.3
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dname.c242 ret = wind_ucs2utf8_length(bmp, bmplen, &k); in _hx509_Name_to_string()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpac.c752 ret = wind_ucs2utf8_length(ucs2, ucs2len, &u8len); in verify_logonname()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm.c354 CHECK(wind_ucs2utf8_length(data, utf16len, &utf8len), 0); in ret_string()