ENCRYPT 222 content/child/webcrypto/platform_crypto_nss.cc CK_ATTRIBUTE_TYPE operation = (mode == ENCRYPT) ? CKA_ENCRYPT : CKA_DECRYPT; ENCRYPT 316 content/child/webcrypto/platform_crypto_nss.cc if (mode == ENCRYPT) { ENCRYPT 340 content/child/webcrypto/platform_crypto_nss.cc (mode == ENCRYPT) ? g_aes_gcm_support.Get().pk11_encrypt_func() ENCRYPT 88 content/child/webcrypto/platform_crypto_openssl.cc (mode == ENCRYPT) ? kDoEncrypt : kDoDecrypt; ENCRYPT 441 content/child/webcrypto/shared_crypto.cc return EncryptDecryptAesCbc(ENCRYPT, algorithm, key, data, buffer); ENCRYPT 443 content/child/webcrypto/shared_crypto.cc return EncryptDecryptAesGcm(ENCRYPT, algorithm, key, data, buffer);