Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc28 jclass cryptoUpcallsClass; variable
62 cryptoUpcallsClass = getGlobalRefToClass( in init()
Dnative_crypto.cc558 jmethodID rawSignMethod = env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in ecSignDigestWithPrivateKey()
567 conscrypt::jniutil::cryptoUpcallsClass, rawSignMethod, privateKey, messageArray.get())); in ecSignDigestWithPrivateKey()
594 env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in rsaSignDigestWithPrivateKey()
602 env->CallStaticObjectMethod(conscrypt::jniutil::cryptoUpcallsClass, rsaSignMethod, in rsaSignDigestWithPrivateKey()
634 env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in rsaDecryptWithPrivateKey()
642 env->CallStaticObjectMethod(conscrypt::jniutil::cryptoUpcallsClass, rsaDecryptMethod, in rsaDecryptWithPrivateKey()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h31 extern jclass cryptoUpcallsClass;