HomeSort by relevance Sort by last modified time
    Searched refs:keyRef (Results 1 - 7 of 7) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngine.java 66 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id);
67 if (keyRef == 0) {
71 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id);
84 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id);
85 if (keyRef == 0) {
89 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id);
NativeCrypto.java 260 public static native byte[] EC_KEY_get_private_key(long keyRef);
262 public static native long EC_KEY_get_public_key(long keyRef);
264 public static native void EC_KEY_set_nonce_from_hash(long keyRef, boolean enabled);
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/
TestSort.cc 133 KeyType keyRef[DataLength];
159 memcpy(keyRef, key, sizeof(key));
193 std::sort(keyRef, keyRef + DataLength);
228 if (memcmp(key, keyRef, sizeof(key)) != 0)
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 246 Referenced keyRef = new Referenced(key, queue);
247 return super.put(keyRef, value);
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
commons-logging-1.1.1.jar 
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 459 milliseconds