Lines Matching defs:algorithm
1258 "algorithm String is null");
1263 String8 algorithm = JStringToString8(env, jalgorithm);
1265 status_t err = drm->setCipherAlgorithm(sessionId, algorithm);
1267 throwExceptionAsNecessary(env, err, "Failed to set cipher algorithm");
1282 "algorithm String is null");
1287 String8 algorithm = JStringToString8(env, jalgorithm);
1289 status_t err = drm->setMacAlgorithm(sessionId, algorithm);
1291 throwExceptionAsNecessary(env, err, "Failed to set mac algorithm");
1432 String8 algorithm = JStringToString8(env, jalgorithm);
1437 status_t err = drm->signRSA(sessionId, algorithm, message, wrappedKey, signature);