HomeSort by relevance Sort by last modified time
    Searched refs:keyRef (Results 1 - 15 of 15) 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/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 132 KeyType keyRef[DataLength];
158 memcpy(keyRef, key, sizeof(key));
192 std::sort(keyRef, keyRef + DataLength);
227 if (memcmp(key, keyRef, sizeof(key)) != 0)
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 241 Referenced keyRef = new Referenced(key, queue);
242 return super.put(keyRef, value);
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
commons-logging-1.1.1.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 457 milliseconds