Searched defs:keyRef (Results 1 – 5 of 5) sorted by relevance
66 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); in getPrivateKeyById() local84 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id); in getSecretKeyById() local
260 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()
133 KeyType keyRef[DataLength]; in RunSortTest() local
132 KeyType keyRef[DataLength]; in RunSortTest() local
2197 BIGNUM* keyRef = NULL; in NativeCrypto_EVP_PKEY_new_EC_KEY() local