HomeSort by relevance Sort by last modified time
    Searched defs:rsaDecryptWithPrivateKey (Results 1 - 3 of 3) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
CryptoUpcalls.java 135 public static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding,
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 468 // rsaDecryptWithPrivateKey uses privateKey to decrypt |ciphertext_len| bytes
472 static jbyteArray rsaDecryptWithPrivateKey(JNIEnv* env, jobject privateKey, jint padding,
477 JNI_TRACE("rsaDecryptWithPrivateKey(%p) => threw exception", privateKey);
484 JNI_TRACE("rsaDecryptWithPrivateKey(%p) => using byte array failed", privateKey);
492 env->GetStaticMethodID(JniConstants::cryptoUpcallsClass, "rsaDecryptWithPrivateKey",
495 ALOGE("Could not find rsaDecryptWithPrivateKey");
669 env, rsaDecryptWithPrivateKey(
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1019 milliseconds