Searched refs:algorithmChars (Results 1 – 1 of 1) sorted by relevance
2327 ScopedUtfChars algorithmChars(env, algorithm); in NativeCrypto_EVP_get_digestbyname() local2328 if (algorithmChars.c_str() == nullptr) { in NativeCrypto_EVP_get_digestbyname()2331 JNI_TRACE("NativeCrypto_EVP_get_digestbyname(%s)", algorithmChars.c_str()); in NativeCrypto_EVP_get_digestbyname()2333 const char *alg = algorithmChars.c_str(); in NativeCrypto_EVP_get_digestbyname()