OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEngineContext
(Results
1 - 2
of
2
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java
97
long
getEngineContext
() {
123
if (other.
getEngineContext
() == ctx) {
132
return id.equals(NativeCrypto.ENGINE_get_id(other.
getEngineContext
()));
OpenSSLKey.java
210
hash = hash * 31 + (int) (engine == null ? 0 : engine.
getEngineContext
());
Completed in 229 milliseconds