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

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

Completed in 149 milliseconds