Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dtest-bidi.c66 if (_wind_stringprep_testbidi(t->vals, t->len, WIND_PROFILE_NAME)) { in main()
74 if (!_wind_stringprep_testbidi(t->vals, t->len, WIND_PROFILE_NAME)) { in main()
H A Dlibwind-exports.def19 _wind_stringprep_testbidi
H A Dversion-script.map20 _wind_stringprep_testbidi;
H A Dwindlocl.h51 int _wind_stringprep_testbidi(const uint32_t *, size_t, wind_profile_flags);
H A Dbidi.c72 _wind_stringprep_testbidi(const uint32_t *in, size_t in_len, wind_profile_flags flags) in _wind_stringprep_testbidi() function
H A Dstringprep.c91 ret = _wind_stringprep_testbidi(tmp, olen, flags); in wind_stringprep()