Searched refs:ssl_cipher_address (Results 1 – 1 of 1) sorted by relevance
112 static SSL_CIPHER* to_SSL_CIPHER(JNIEnv* env, jlong ssl_cipher_address, bool throwIfNull) { in to_SSL_CIPHER() argument114 reinterpret_cast<SSL_CIPHER*>(static_cast<uintptr_t>(ssl_cipher_address)); in to_SSL_CIPHER()