Searched refs:ciphersArray (Results 1 – 1 of 1) sorted by relevance
6652 ScopedLocalRef<jlongArray> ciphersArray(env, env->NewLongArray(static_cast<jsize>(count))); in NativeCrypto_SSL_get_ciphers() local6653 ScopedLongArrayRW ciphers(env, ciphersArray.get()); in NativeCrypto_SSL_get_ciphers()6658 JNI_TRACE("NativeCrypto_SSL_get_ciphers(%p) => %p [size=%zu]", ssl, ciphersArray.get(), count); in NativeCrypto_SSL_get_ciphers()6659 return ciphersArray.release(); in NativeCrypto_SSL_get_ciphers()