Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp978 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_type() argument
979 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef); in NativeCrypto_EVP_PKEY_type()
993 static jstring evp_print_func(JNIEnv* env, jobject pkeyRef, print_func* func, in evp_print_func() argument
995 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef); in evp_print_func()
1023 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_public() argument
1024 return evp_print_func(env, pkeyRef, EVP_PKEY_print_public, "EVP_PKEY_print_public"); in NativeCrypto_EVP_PKEY_print_public()
1027 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_params() argument
1028 return evp_print_func(env, pkeyRef, EVP_PKEY_print_params, "EVP_PKEY_print_params"); in NativeCrypto_EVP_PKEY_print_params()
1031 static void NativeCrypto_EVP_PKEY_free(JNIEnv*, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free() argument
1032 EVP_PKEY* pkey = reinterpret_cast<EVP_PKEY*>(pkeyRef); in NativeCrypto_EVP_PKEY_free()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java72 static native String EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_public() argument
74 static native String EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_params() argument
158 static native long EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef); in EC_KEY_get1_group() argument