Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c389 static bool UTF8_In_8859_1(const unsigned char *base, int len) in UTF8_In_8859_1() function
459 In_8859_1 = UTF8_In_8859_1(pszUserName, strlen((char *) pszUserName)); in DigestCalcSecret()
473 In_8859_1 = UTF8_In_8859_1(Password, PasswordLen); in DigestCalcSecret()