HomeSort by: relevance | last modified time | path
    Searched refs:ucs2 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/ntlm/
ntlm.c 299 * Strings are either OEM or UNICODE. The later is encoded as ucs2 on
304 len_string(int ucs2, const char *s)
306 if (ucs2) {
324 ret_string(krb5_storage *sp, int ucs2, size_t len, char **s)
336 if (ucs2) {
377 ret_sec_string(krb5_storage *sp, int ucs2, struct sec_buffer *desc, char **s)
381 CHECK(ret_string(sp, ucs2, desc->length, s), 0);
387 put_string(krb5_storage *sp, int ucs2, const char *s)
392 if (ucs2) {
402 if (ucs2)
675 int ucs2; local
740 int ucs2 = 0; local
837 int ucs2 = 0; local
901 int ucs2 = 0; local
1075 int ucs2 = 0; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
test-rw.c 50 uint16_t ucs2[MAX_LENGTH]; member in struct:testcase
183 if (testcases[n].ucs2[m] != data[m])
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pac.c 737 uint16_t *ucs2; local
741 ucs2 = malloc(sizeof(ucs2[0]) * ucs2len);
742 if (ucs2 == NULL)
745 ret = wind_ucs2read(s, len, &flags, ucs2, &ucs2len);
748 free(ucs2);
752 ret = wind_ucs2utf8_length(ucs2, ucs2len, &u8len);
754 free(ucs2);
761 free(ucs2);
764 ret = wind_ucs2utf8(ucs2, ucs2len, logon_string, &u8len)
832 uint16_t *ucs2; local
    [all...]

Completed in 21 milliseconds