Home
last modified time | relevance | path

Searched refs:EC_KEY_get1_group (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECPublicKey.java47 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in OpenSSLECPublicKey()
160 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in readObject()
DOpenSSLECPrivateKey.java51 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in OpenSSLECPrivateKey()
256 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in readObject()
DOpenSSLECDHKeyAgreement.java128 NativeCrypto.EC_KEY_get1_group(openSslKey.getNativeRef()))); in engineInit()
DNativeCrypto.java200 public static native long EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef); in EC_KEY_get1_group() method in NativeCrypto
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java2885 NativeRef.EC_GROUP groupTmp = new NativeRef.EC_GROUP(NativeCrypto.EC_KEY_get1_group(key1)); in check_EC_GROUP()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp11103 NATIVE_METHOD(NativeCrypto, EC_KEY_get1_group, "(" REF_EVP_PKEY ")J"),