Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DCryptoUpcalls.java142 static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, byte[] input) { in rsaDecryptWithPrivateKey() method in CryptoUpcalls
/external/conscrypt/common/src/main/java/org/conscrypt/
DCryptoUpcalls.java141 static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, byte[] input) { in rsaDecryptWithPrivateKey() method in CryptoUpcalls
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc614 static jbyteArray rsaDecryptWithPrivateKey(JNIEnv* env, jobject privateKey, jint padding, in rsaDecryptWithPrivateKey() function
788 env, rsaDecryptWithPrivateKey(env, ex_data->private_key, padding, in RsaMethodDecrypt()