Searched refs:_wind_stringprep_testbidi (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/wind/ |
H A D | test-bidi.c | 66 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 D | libwind-exports.def | 19 _wind_stringprep_testbidi
|
H A D | version-script.map | 20 _wind_stringprep_testbidi;
|
H A D | windlocl.h | 51 int _wind_stringprep_testbidi(const uint32_t *, size_t, wind_profile_flags);
|
H A D | bidi.c | 72 _wind_stringprep_testbidi(const uint32_t *in, size_t in_len, wind_profile_flags flags) in _wind_stringprep_testbidi() function
|
H A D | stringprep.c | 91 ret = _wind_stringprep_testbidi(tmp, olen, flags); in wind_stringprep()
|