OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_PKEY_new_EC_KEY
(Results
1 - 4
of
4
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECPrivateKey.java
55
key = new OpenSSLKey(NativeCrypto.
EVP_PKEY_new_EC_KEY
(group.getContext(), 0,
67
return new OpenSSLKey(NativeCrypto.
EVP_PKEY_new_EC_KEY
(group.getContext(), 0,
OpenSSLECPublicKey.java
58
key = new OpenSSLKey(NativeCrypto.
EVP_PKEY_new_EC_KEY
(group.getContext(),
71
return new OpenSSLKey(NativeCrypto.
EVP_PKEY_new_EC_KEY
(group.getContext(),
NativeCrypto.java
187
public static native long
EVP_PKEY_new_EC_KEY
(long groupRef, long pubkeyRef, byte[] privkey);
[
all
...]
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 27 milliseconds