Searched refs:k5_utf16le_to_utf8 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-utf8.h | 85 int k5_utf16le_to_utf8(const uint8_t *utf16bytes, size_t nbytes,
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | t_utf16.c | 106 ret = k5_utf16le_to_utf8((uint8_t *)t->utf16, t->utf16len, &utf8); in main()
|
| H A D | libkrb5support-fixed.exports | 67 k5_utf16le_to_utf8
|
| H A D | utf8_conv.c | 152 k5_utf16le_to_utf8(const uint8_t *utf16bytes, size_t nbytes, char **utf8_out) in k5_utf16le_to_utf8() function
|
| /freebsd/krb5/util/support/ |
| H A D | version.map | 69 k5_utf16le_to_utf8;
|
| /freebsd/crypto/krb5/src/tests/fuzzing/ |
| H A D | fuzz_util.c | 131 k5_utf16le_to_utf8((const uint8_t *)data_in, size, &utf8); in fuzz_utf8()
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | ndr.c | 81 if (bytes == NULL || k5_utf16le_to_utf8(bytes, actual_count * 2, out) != 0) in dec_wchar_pointer()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | pac.c | 397 ret = k5_utf16le_to_utf8(p, pac_princname_length, &pac_princname); in krb5_pac_get_client_info()
|