Home
last modified time | relevance | path

Searched defs:pkeyRef (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc1084 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_type()
1100 static jstring evp_print_func(JNIEnv* env, jobject pkeyRef, print_func* func, in evp_print_func()
1130 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_public()
1135 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_params()
1140 static void NativeCrypto_EVP_PKEY_free(JNIEnv* env, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free()
1173 static jbyteArray NativeCrypto_EVP_marshal_private_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_private_key()
1272 static jbyteArray NativeCrypto_EVP_marshal_public_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_public_key()
1478 static jint NativeCrypto_RSA_size(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_RSA_size()
1502 jobject pkeyRef, jint padding) { in RSA_crypt_operation()
1543 jobject pkeyRef, jint padding) { in NativeCrypto_RSA_private_encrypt()
[all …]
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java93 static native String EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_public()
95 static native String EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_params()
190 static native long EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef); in EC_KEY_get1_group()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DNativeCrypto.java98 static native String EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_public()
100 static native String EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef); in EVP_PKEY_print_params()
199 static native long EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef); in EC_KEY_get1_group()