Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DJniConstants.cpp22 jclass JniConstants::cryptoUpcallsClass; member in JniConstants
56 cryptoUpcallsClass = JniUtil::getGlobalRefToClass( in init()
DNativeCrypto.cpp486 env->GetStaticMethodID(JniConstants::cryptoUpcallsClass, "rawSignDigestWithPrivateKey", in rawSignDigestWithPrivateKey()
494 JniConstants::cryptoUpcallsClass, rawSignMethod, privateKey, messageArray.get())); in rawSignDigestWithPrivateKey()
521 env->GetStaticMethodID(JniConstants::cryptoUpcallsClass, "rsaDecryptWithPrivateKey", in rsaDecryptWithPrivateKey()
529 env->CallStaticObjectMethod(JniConstants::cryptoUpcallsClass, rsaDecryptMethod, in rsaDecryptWithPrivateKey()
/external/conscrypt/common/src/jni/main/include/
DJniConstants.h45 static jclass cryptoUpcallsClass; variable