Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c390 static bool UTF8_In_8859_1(const unsigned char *base, int len) in UTF8_In_8859_1() function
460 In_8859_1 = UTF8_In_8859_1(pszUserName, strlen((char *) pszUserName)); in DigestCalcSecret()
474 In_8859_1 = UTF8_In_8859_1(Password, PasswordLen); in DigestCalcSecret()