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
68 cryptoUpcallsClass = getGlobalRefToClass( in init()
Dnative_crypto.cc562 jmethodID rawSignMethod = env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in ecSignDigestWithPrivateKey()
571 conscrypt::jniutil::cryptoUpcallsClass, rawSignMethod, privateKey, messageArray.get())); in ecSignDigestWithPrivateKey()
597 jmethodID rsaSignMethod = env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in rsaSignDigestWithPrivateKey()
606 env->CallStaticObjectMethod(conscrypt::jniutil::cryptoUpcallsClass, rsaSignMethod, in rsaSignDigestWithPrivateKey()
638 env->GetStaticMethodID(conscrypt::jniutil::cryptoUpcallsClass, in rsaDecryptWithPrivateKey()
646 env->CallStaticObjectMethod(conscrypt::jniutil::cryptoUpcallsClass, rsaDecryptMethod, in rsaDecryptWithPrivateKey()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h31 extern jclass cryptoUpcallsClass;