Searched refs:_wind_stringprep_testbidi (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | test-bidi.c | 68 if (_wind_stringprep_testbidi(t->vals, t->len, WIND_PROFILE_NAME)) { in main() 76 if (!_wind_stringprep_testbidi(t->vals, t->len, WIND_PROFILE_NAME)) { in main()
|
H A D | libwind-exports.def | 20 _wind_stringprep_testbidi
|
H A D | version-script.map | 20 _wind_stringprep_testbidi;
|
H A D | windlocl.h | 53 int _wind_stringprep_testbidi(const uint32_t *, size_t, wind_profile_flags);
|
H A D | bidi.c | 74 _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 | 93 ret = _wind_stringprep_testbidi(tmp, olen, flags); in wind_stringprep()
|