Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp1491 jmethodID rawSignMethod = env->GetStaticMethodID(cryptoUpcallsClass, local
1493 if (rawSignMethod == NULL) {
1499 cryptoUpcallsClass, rawSignMethod, privateKey, messageArray.get()));