Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp4417 ScopedUtfChars algorithmChars(env, algorithm); local
4418 if (algorithmChars.c_str() == NULL) {
4421 JNI_TRACE("NativeCrypto_EVP_get_digestbyname(%s)", algorithmChars.c_str());
4424 const EVP_MD* evp_md = EVP_get_digestbyname(algorithmChars.c_str());
4430 JNI_TRACE("NativeCrypto_EVP_get_digestbyname(%s) => %p", algorithmChars.c_str(), evp_md);
4433 const char *alg = algorithmChars.c_str();
4737 ScopedUtfChars algorithmChars(env, algorithm); local
4738 if (algorithmChars.c_str() == NULL) {
4741 JNI_TRACE("EVP_get_cipherbyname(%p) => algorithm = %s", algorithm, algorithmChars.c_str());
4743 const EVP_CIPHER* evp_cipher = EVP_get_cipherbyname(algorithmChars.c_str());
[all …]