Home | History | Annotate | Download | only in jni

Lines Matching refs:decrypt

222         drmMessage = "Decrypt error";
1144 status_t err = drm->decrypt(sessionId, keyId, input, iv, output);
1145 if (throwExceptionAsNecessary(env, err, "Failed to decrypt")) {