Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECPublicKey.java49 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in OpenSSLECPublicKey()
161 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in readObject()
DOpenSSLECPrivateKey.java53 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in OpenSSLECPrivateKey()
236 NativeCrypto.EC_KEY_get1_group(key.getNativeRef()))); in readObject()
DOpenSSLECDHKeyAgreement.java131 NativeCrypto.EC_KEY_get1_group(openSslKey.getNativeRef()))); in engineInit()
DNativeCrypto.java158 static native long EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef); in EC_KEY_get1_group() method in NativeCrypto
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2801 NativeRef.EC_GROUP groupTmp = new NativeRef.EC_GROUP(NativeCrypto.EC_KEY_get1_group(key1)); in check_EC_GROUP()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp9405 CONSCRYPT_NATIVE_METHOD(NativeCrypto, EC_KEY_get1_group, "(" REF_EVP_PKEY ")J"),