Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc123 static T* fromContextObject(JNIEnv* env, jobject contextObject) { in fromContextObject() function
988 const EC_GROUP* group = fromContextObject<EC_GROUP>(env, groupRef); in NativeCrypto_EVP_PKEY_new_EC_KEY()
993 pubkeyRef == nullptr ? nullptr : fromContextObject<EC_POINT>(env, pubkeyRef); in NativeCrypto_EVP_PKEY_new_EC_KEY()
1073 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef); in NativeCrypto_EVP_PKEY_type()
1089 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef); in evp_print_func()
1140 EVP_PKEY* pkey1 = fromContextObject<EVP_PKEY>(env, pkey1Ref); in NativeCrypto_EVP_PKEY_cmp()
1145 EVP_PKEY* pkey2 = fromContextObject<EVP_PKEY>(env, pkey2Ref); in NativeCrypto_EVP_PKEY_cmp()
1162 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef); in NativeCrypto_EVP_marshal_private_key()
1220 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef); in NativeCrypto_EVP_marshal_public_key()
1325 EC_GROUP* group = fromContextObject<EC_GROUP>(env, groupRef); in NativeCrypto_getECPrivateKeyWrapper()
[all …]