Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc59 jmethodID cryptoUpcallsClass_rsaSignMethod; variable
140 cryptoUpcallsClass_rsaSignMethod = env->GetStaticMethodID( in init()
142 if (cryptoUpcallsClass_rsaSignMethod == nullptr) { in init()
H A Dnative_crypto.cc561 conscrypt::jniutil::cryptoUpcallsClass_rsaSignMethod, in rsaSignDigestWithPrivateKey()
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Djniutil.h58 extern jmethodID cryptoUpcallsClass_rsaSignMethod;