Searched refs:ucs2 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
H A D | ntlm.c | 304 len_string(int ucs2, const char *s) in len_string() argument 306 if (ucs2) { in len_string() 324 ret_string(krb5_storage *sp, int ucs2, size_t len, char **s) in ret_string() argument 336 if (ucs2) { in ret_string() 377 ret_sec_string(krb5_storage *sp, int ucs2, struct sec_buffer *desc, char **s) in ret_sec_string() argument 381 CHECK(ret_string(sp, ucs2, desc->length, s), 0); in ret_sec_string() 387 put_string(krb5_storage *sp, int ucs2, const char *s) in put_string() argument 392 if (ucs2) { in put_string() 402 if (ucs2) in put_string() 459 encode_ti_string(krb5_storage *out, uint16_t type, int ucs2, char *s) in encode_ti_string() argument [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | pac.c | 737 uint16_t *ucs2; in verify_logonname() local 741 ucs2 = malloc(sizeof(ucs2[0]) * ucs2len); in verify_logonname() 742 if (ucs2 == NULL) in verify_logonname() 745 ret = wind_ucs2read(s, len, &flags, ucs2, &ucs2len); in verify_logonname() 748 free(ucs2); in verify_logonname() 752 ret = wind_ucs2utf8_length(ucs2, ucs2len, &u8len); in verify_logonname() 754 free(ucs2); in verify_logonname() 761 free(ucs2); in verify_logonname() 764 ret = wind_ucs2utf8(ucs2, ucs2len, logon_string, &u8len); in verify_logonname() 765 free(ucs2); in verify_logonname() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | test-rw.c | 50 uint16_t ucs2[MAX_LENGTH]; member 183 if (testcases[n].ucs2[m] != data[m]) in main()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog.2006 | 368 verification, missing in the unix2NTTIME and ucs2 corner. The
|