Home
last modified time | relevance | path

Searched refs:wind_ucs2utf8 (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Dlibwind-exports.def9 wind_ucs2utf8
H A Dversion-script.map12 wind_ucs2utf8;
H A Dwind.h79 int wind_ucs2utf8(const uint16_t *, size_t, char *, size_t *);
H A Dutf8.c458 wind_ucs2utf8(const uint16_t *in, size_t in_len, char *out, size_t *out_len) in wind_ucs2utf8() function
515 return wind_ucs2utf8(in, in_len, NULL, out_len); in wind_ucs2utf8_length()
/freebsd/crypto/heimdal/doc/doxyout/wind/
H A Dmanpages6 wind/man/man3/wind_ucs2utf8.3
/freebsd/crypto/heimdal/lib/hx509/
H A Dname.c247 ret = wind_ucs2utf8(bmp, bmplen, ss, NULL); in _hx509_Name_to_string()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpac.c753 ret = wind_ucs2utf8(ucs2, ucs2len, s, &u8len); in verify_logonname()