Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2764 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) { argument
2765 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef);
2780 static int NativeCrypto_EVP_PKEY_size(JNIEnv* env, jclass, jobject pkeyRef) { argument
2781 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef);
2795 static jstring evp_print_func(JNIEnv* env, jobject pkeyRef, print_func* func, argument
2797 EVP_PKEY* pkey = fromContextObject<EVP_PKEY>(env, pkeyRef);
2825 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { argument
2826 return evp_print_func(env, pkeyRef, EVP_PKEY_print_public, "EVP_PKEY_print_public");
2829 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) { argument
2830 return evp_print_func(env, pkeyRef, EVP_PKEY_print_params, "EVP_PKEY_print_params");
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java92 public static native String EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_public() argument
94 public static native String EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_params() argument
200 public static native long EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef); in EC_KEY_get1_group() argument