Home
last modified time | relevance | path

Searched refs:ucs2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm.c246 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/usr.sbin/efivar/
H A Defiutil.c77 efi_char *ucs2; in utf8dump() local
83 ucs2 = malloc(datalen + sizeof(efi_char)); in utf8dump()
84 memcpy(ucs2, data, datalen); in utf8dump()
85 ucs2[datalen / sizeof(efi_char)] = 0; in utf8dump()
86 ucs2_to_utf8(ucs2, &utf8); in utf8dump()
89 free(ucs2); in utf8dump()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpac.c726 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 Dtest-rw.c48 uint16_t ucs2[MAX_LENGTH]; member
181 if (testcases[n].ucs2[m] != data[m]) in main()
/freebsd/crypto/heimdal/
H A DChangeLog.2006368 verification, missing in the unix2NTTIME and ucs2 corner. The