Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp8225 ScopedLocalRef<jobjectArray> cipherNamesArray( in NativeCrypto_get_cipher_names() local
8228 if (cipherNamesArray.get() == nullptr) { in NativeCrypto_get_cipher_names()
8237 env->SetObjectArrayElement(cipherNamesArray.get(), static_cast<jsize>(2 * i), in NativeCrypto_get_cipher_names()
8241 env->SetObjectArrayElement(cipherNamesArray.get(), static_cast<jsize>(2 * i + 1), in NativeCrypto_get_cipher_names()
8247 return cipherNamesArray.release(); in NativeCrypto_get_cipher_names()