Lines Matching defs:algorithm
1054 "algorithm String is null");
1059 String8 algorithm = JStringToString8(env, jalgorithm);
1061 status_t err = drm->setCipherAlgorithm(sessionId, algorithm);
1063 throwExceptionAsNecessary(env, err, "Failed to set cipher algorithm");
1078 "algorithm String is null");
1083 String8 algorithm = JStringToString8(env, jalgorithm);
1085 status_t err = drm->setMacAlgorithm(sessionId, algorithm);
1087 throwExceptionAsNecessary(env, err, "Failed to set mac algorithm");