• Home
  • Raw
  • Download

Lines Matching defs:pkeyRef

978 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) {  in NativeCrypto_EVP_PKEY_type()
993 static jstring evp_print_func(JNIEnv* env, jobject pkeyRef, print_func* func, in evp_print_func()
1023 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { 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()
1031 static void NativeCrypto_EVP_PKEY_free(JNIEnv*, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free()
1062 static jbyteArray NativeCrypto_EVP_marshal_private_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_private_key()
1114 static jbyteArray NativeCrypto_EVP_marshal_public_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_public_key()
1290 static jint NativeCrypto_RSA_size(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_RSA_size()
1312 jobject pkeyRef, jint padding) { in RSA_crypt_operation()
1355 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jobject pkeyRef, jint padding) { in NativeCrypto_RSA_private_encrypt()
1360 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jobject pkeyRef, jint padding) { in NativeCrypto_RSA_public_decrypt()
1365 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jobject pkeyRef, jint padding) { in NativeCrypto_RSA_public_encrypt()
1370 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jobject pkeyRef, jint padding) { in NativeCrypto_RSA_private_decrypt()
1378 static jobjectArray NativeCrypto_get_RSA_public_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_get_RSA_public_params()
1415 static jobjectArray NativeCrypto_get_RSA_private_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_get_RSA_private_params()
1939 static jlong NativeCrypto_EC_KEY_get1_group(JNIEnv* env, jclass, jobject pkeyRef) in NativeCrypto_EC_KEY_get1_group()
1961 static jbyteArray NativeCrypto_EC_KEY_get_private_key(JNIEnv* env, jclass, jobject pkeyRef) in NativeCrypto_EC_KEY_get_private_key()
1989 static jlong NativeCrypto_EC_KEY_get_public_key(JNIEnv* env, jclass, jobject pkeyRef) in NativeCrypto_EC_KEY_get_public_key()
2092 static jint NativeCrypto_ECDSA_size(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_ECDSA_size()
2113 jobject pkeyRef) { in NativeCrypto_ECDSA_sign()
2152 jobject pkeyRef) { in NativeCrypto_ECDSA_verify()
2380 jobject evpMdCtxRef, jlong evpMdRef, jobject pkeyRef) { in evpDigestSignVerifyInit()
2412 const jlong evpMdRef, jobject pkeyRef) { in NativeCrypto_EVP_DigestSignInit()
2418 const jlong evpMdRef, jobject pkeyRef) { in NativeCrypto_EVP_DigestVerifyInit()
3795 static void NativeCrypto_X509_verify(JNIEnv* env, jclass, jlong x509Ref, jobject pkeyRef) { in NativeCrypto_X509_verify()
4222 static void NativeCrypto_X509_CRL_verify(JNIEnv* env, jclass, jlong x509CrlRef, jobject pkeyRef) { in NativeCrypto_X509_CRL_verify()
6203 jlong ssl_address, jobject pkeyRef) in NativeCrypto_SSL_set1_tls_channel_id()
6232 jobject pkeyRef) { in NativeCrypto_SSL_use_PrivateKey()