Home
last modified time | relevance | path

Searched refs:_wind_stringprep_map (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dlibwind-exports.def23 _wind_stringprep_map
H A Dversion-script.map23 _wind_stringprep_map;
H A Dwindlocl.h59 int _wind_stringprep_map(const uint32_t *, size_t,
H A Dtest-map.c71 ret = _wind_stringprep_map(c->in, c->in_len, tmp, &out_len, WIND_PROFILE_NAME); in try()
H A Dmap.c55 _wind_stringprep_map(const uint32_t *in, size_t in_len, in _wind_stringprep_map() function
H A Dstringprep.c76 ret = _wind_stringprep_map(in, in_len, tmp, &tmp_len, flags); in wind_stringprep()