Searched refs:ucs2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm.c | 246 len_string(int ucs2, const char *s) in len_string() argument 249 if (ucs2) in len_string() 259 ret_string(krb5_storage *sp, int ucs2, size_t len, char **s) in ret_string() argument 270 if (ucs2) { in ret_string() 290 ret_sec_string(krb5_storage *sp, int ucs2, struct sec_buffer *desc, char **s) in ret_sec_string() argument 294 CHECK(ret_string(sp, ucs2, desc->length, s), 0); in ret_sec_string() 300 put_string(krb5_storage *sp, int ucs2, const char *s) in put_string() argument 305 if (ucs2) { in put_string() 315 if (ucs2) in put_string() 370 encode_ti_string(krb5_storage *out, uint16_t type, int ucs2, char *s) in encode_ti_string() argument [all …]
|
| /freebsd/lib/libefivar/ |
| H A D | efiutil.c | 76 efi_char *ucs2; in efi_utf8dump() local 82 ucs2 = malloc(datalen + sizeof(efi_char)); in efi_utf8dump() 83 memcpy(ucs2, data, datalen); in efi_utf8dump() 84 ucs2[datalen / sizeof(efi_char)] = 0; in efi_utf8dump() 85 ucs2_to_utf8(ucs2, &utf8); in efi_utf8dump() 88 free(ucs2); in efi_utf8dump()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pac.c | 726 uint16_t *ucs2; in verify_logonname() local 730 ucs2 = malloc(sizeof(ucs2[0]) * ucs2len); in verify_logonname() 731 if (ucs2 == NULL) in verify_logonname() 734 ret = wind_ucs2read(s, len, &flags, ucs2, &ucs2len); in verify_logonname() 737 free(ucs2); in verify_logonname() 741 ret = wind_ucs2utf8_length(ucs2, ucs2len, &u8len); in verify_logonname() 743 free(ucs2); in verify_logonname() 750 free(ucs2); in verify_logonname() 753 ret = wind_ucs2utf8(ucs2, ucs2len, s, &u8len); in verify_logonname() 754 free(ucs2); in verify_logonname() [all …]
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | test-rw.c | 48 uint16_t ucs2[MAX_LENGTH]; member 181 if (testcases[n].ucs2[m] != data[m]) in main()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 368 verification, missing in the unix2NTTIME and ucs2 corner. The
|