Searched refs:keyRef (Results 1 - 9 of 9) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngine.java66 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);
H A DNativeCrypto.java260 public static native byte[] EC_KEY_get_private_key(long keyRef); argument
262 public static native long EC_KEY_get_public_key(long keyRef); argument
264 public static native void EC_KEY_set_nonce_from_hash(long keyRef, boolean enabled); argument
/external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/
H A DTestSort.cc133 KeyType keyRef[DataLength]; local
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/
H A DTestSort.cpp132 KeyType keyRef[DataLength]; local
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/
H A DWeakHashtable.java246 Referenced keyRef = new Referenced(key, queue);
247 return super.put(keyRef, value);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp2250 BIGNUM* keyRef = NULL; local
2251 if (!arrayToBignum(env, keyJavaBytes, &keyRef)) {
2254 key.reset(keyRef);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 422 milliseconds