Home
last modified time | relevance | path

Searched refs:ecSignDigestWithPrivateKey (Results 1 – 3 of 3) 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() method in CryptoUpcalls
/external/conscrypt/common/src/main/java/org/conscrypt/
DCryptoUpcalls.java59 static byte[] ecSignDigestWithPrivateKey(PrivateKey javaKey, byte[] message) { in ecSignDigestWithPrivateKey() method in CryptoUpcalls
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc535 static jbyteArray ecSignDigestWithPrivateKey(JNIEnv* env, jobject privateKey, const char* message, in ecSignDigestWithPrivateKey() function
831 env, ecSignDigestWithPrivateKey(env, private_key, in EcdsaMethodSign()