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 62 cryptoUpcallsClass = getGlobalRefToClass( in init()
|
D | native_crypto.cc | 558 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/ |
D | jniutil.h | 31 extern jclass cryptoUpcallsClass;
|