Lines Matching defs:cipher_mode
37 WebCryptoCipherMode cipher_mode,
51 const bool encrypt = cipher_mode == kWebCryptoCipherEncrypt;
88 switch (cipher_mode) {
158 if (cipher_mode == kWebCryptoCipherEncrypt && mode == EVP_CIPH_GCM_MODE) {
225 WebCryptoCipherMode cipher_mode,
231 const bool encrypt = cipher_mode == kWebCryptoCipherEncrypt;
268 WebCryptoCipherMode cipher_mode,
303 cipher_mode,
318 cipher_mode,
333 cipher_mode,
379 WebCryptoCipherMode cipher_mode,
382 switch (cipher_mode) {
469 WebCryptoCipherMode cipher_mode,
532 !ValidateAuthTag(env, mode, cipher_mode, args[offset + 2], params) ||
540 !ValidateAuthTag(env, mode, cipher_mode, args[offset + 2], params) ||
548 !ValidateAuthTag(env, mode, cipher_mode, args[offset + 2], params) ||
576 WebCryptoCipherMode cipher_mode,
582 return fn(env, key_data.get(), cipher_mode, params, in, out);