Searched refs:keyRef (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/system_wrappers/test/TestSort/ |
D | TestSort.cc | 133 KeyType keyRef[DataLength]; in RunSortTest() local 159 memcpy(keyRef, key, sizeof(key)); in RunSortTest() 193 std::sort(keyRef, keyRef + DataLength); in RunSortTest() 228 if (memcmp(key, keyRef, sizeof(key)) != 0) in RunSortTest()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLEngine.java | 94 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); in getPrivateKeyById() local 95 if (keyRef == 0) { in getPrivateKeyById() 99 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id); in getPrivateKeyById()
|
D | NativeCrypto.java | 202 public static native byte[] EC_KEY_get_private_key(NativeRef.EVP_PKEY keyRef); in EC_KEY_get_private_key() argument 204 public static native long EC_KEY_get_public_key(NativeRef.EVP_PKEY keyRef); in EC_KEY_get_public_key() argument 206 public static native void EC_KEY_set_nonce_from_hash(NativeRef.EVP_PKEY keyRef, in EC_KEY_set_nonce_from_hash() argument
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 246 Referenced keyRef = new Referenced(key, queue); 247 return super.put(keyRef, value);
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 2693 BIGNUM* keyRef = nullptr; local 2694 if (!arrayToBignum(env, keyJavaBytes, &keyRef)) { 2697 key.reset(keyRef);
|