Home
last modified time | relevance | path

Searched defs:javaKey (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DCryptoUpcalls.java60 static byte[] ecSignDigestWithPrivateKey(PrivateKey javaKey, byte[] message) { in ecSignDigestWithPrivateKey()
71 private static byte[] signDigestWithPrivateKey(PrivateKey javaKey, byte[] message, in signDigestWithPrivateKey()
129 static byte[] rsaSignDigestWithPrivateKey(PrivateKey javaKey, int openSSLPadding, in rsaSignDigestWithPrivateKey()
135 static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, byte[] input) { in rsaDecryptWithPrivateKey()
139 private static byte[] rsaOpWithPrivateKey(PrivateKey javaKey, int openSSLPadding, in rsaOpWithPrivateKey()
/external/conscrypt/common/src/main/java/org/conscrypt/
DCryptoUpcalls.java59 static byte[] ecSignDigestWithPrivateKey(PrivateKey javaKey, byte[] message) { in ecSignDigestWithPrivateKey()
70 private static byte[] signDigestWithPrivateKey(PrivateKey javaKey, byte[] message, in signDigestWithPrivateKey()
128 static byte[] rsaSignDigestWithPrivateKey(PrivateKey javaKey, int openSSLPadding, in rsaSignDigestWithPrivateKey()
134 static byte[] rsaDecryptWithPrivateKey(PrivateKey javaKey, int openSSLPadding, byte[] input) { in rsaDecryptWithPrivateKey()
138 private static byte[] rsaOpWithPrivateKey(PrivateKey javaKey, int openSSLPadding, in rsaOpWithPrivateKey()
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DPlatform.java340 static OpenSSLKey wrapRsaKey(@SuppressWarnings("unused") PrivateKey javaKey) { in wrapRsaKey()
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DPlatform.java339 static OpenSSLKey wrapRsaKey(@SuppressWarnings("unused") PrivateKey javaKey) { in wrapRsaKey()
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java445 public static OpenSSLKey wrapRsaKey(PrivateKey javaKey) { in wrapRsaKey()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1273 static jlong NativeCrypto_getRSAPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, in NativeCrypto_getRSAPrivateKeyWrapper()
1322 static jlong NativeCrypto_getECPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, in NativeCrypto_getECPrivateKeyWrapper()