Searched defs:t_unicode_str (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ntlm/
H A Dntlm-encrypt.c22 t_unicode_str(const char *src, bool ucase, size_t *size) function
56 void *wpwd = t_unicode_str(passwd, FALSE, &len);
67 unsigned char *wstr = t_unicode_str(str, TRUE, &len);

Completed in 36 milliseconds