Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp4743 const EVP_CIPHER* evp_cipher = EVP_get_cipherbyname(algorithmChars.c_str()); local
4744 if (evp_cipher == NULL) {
4748 JNI_TRACE("EVP_get_cipherbyname(%s) => %p", algorithmChars.c_str(), evp_cipher);
4749 return reinterpret_cast<uintptr_t>(evp_cipher);