Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc2695 ScopedUtfChars algorithmChars(env, algorithm); in NativeCrypto_EVP_get_digestbyname() local
2696 if (algorithmChars.c_str() == nullptr) { in NativeCrypto_EVP_get_digestbyname()
2699 JNI_TRACE("NativeCrypto_EVP_get_digestbyname(%s)", algorithmChars.c_str()); in NativeCrypto_EVP_get_digestbyname()
2701 const char* alg = algorithmChars.c_str(); in NativeCrypto_EVP_get_digestbyname()