Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc562 jmethodID rawSignMethod = env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in ecSignDigestWithPrivateKey() local
565 if (rawSignMethod == nullptr) { in ecSignDigestWithPrivateKey()
571 conscrypt::jniutil::cryptoUpcallsClass, rawSignMethod, privateKey, messageArray.get())); in ecSignDigestWithPrivateKey()