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