Searched refs:pszHashAlgorithm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp74 const char* pszHashAlgorithm = NULL; local
77 pszHashAlgorithm = env->GetStringUTFChars(jHashAlgorithm, NULL);
79 if ((strcmp("SHA", pszHashAlgorithm) == 0) ||
80 (strcmp("SHA1", pszHashAlgorithm) == 0) ||
81 (strcmp("SHA-1", pszHashAlgorithm) == 0)) {
84 } else if (strcmp("SHA1+MD5", pszHashAlgorithm) == 0) {
86 } else if (strcmp("SHA-256", pszHashAlgorithm) == 0) {
88 } else if (strcmp("SHA-384", pszHashAlgorithm) == 0) {
90 } else if (strcmp("SHA-512", pszHashAlgorithm) == 0) {
92 } else if (strcmp("MD5", pszHashAlgorithm)
[all...]

Completed in 31 milliseconds