Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc597 jmethodID rsaSignMethod = env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in rsaSignDigestWithPrivateKey() local
600 if (rsaSignMethod == nullptr) { in rsaSignDigestWithPrivateKey()
606 env->CallStaticObjectMethod(conscrypt::jniutil::cryptoUpcallsClass, rsaSignMethod, in rsaSignDigestWithPrivateKey()