Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/wind/
HDtest-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()
HDlibwind-exports.def19 _wind_stringprep_testbidi
HDversion-script.map20 _wind_stringprep_testbidi;
HDwindlocl.h51 int _wind_stringprep_testbidi(const uint32_t *, size_t, wind_profile_flags);
HDbidi.c72 _wind_stringprep_testbidi(const uint32_t *in, size_t in_len, wind_profile_flags flags) in _wind_stringprep_testbidi() function
HDstringprep.c91 ret = _wind_stringprep_testbidi(tmp, olen, flags); in wind_stringprep()