Searched refs:cryptoUpcallsClass (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 28 jclass cryptoUpcallsClass; variable 68 cryptoUpcallsClass = getGlobalRefToClass( in init()
|
D | native_crypto.cc | 562 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/ |
D | jniutil.h | 31 extern jclass cryptoUpcallsClass;
|