Home
last modified time | relevance | path

Searched defs:keyRef (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLEngine.java66 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); in getPrivateKeyById() local
84 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); in getSecretKeyById() local
DNativeCrypto.java260 public static native byte[] EC_KEY_get_private_key(long keyRef); in EC_KEY_get_private_key()
262 public static native long EC_KEY_get_public_key(long keyRef); in EC_KEY_get_public_key()
264 public static native void EC_KEY_set_nonce_from_hash(long keyRef, boolean enabled); in EC_KEY_set_nonce_from_hash()
/external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/
DTestSort.cc133 KeyType keyRef[DataLength]; in RunSortTest() local
/external/webrtc/src/system_wrappers/test/TestSort/
DTestSort.cpp132 KeyType keyRef[DataLength]; in RunSortTest() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2197 BIGNUM* keyRef = NULL; in NativeCrypto_EVP_PKEY_new_EC_KEY() local