pub(crate) fn encrypt_aes_cbc( normalized_algorithm: &SubtleAesCbcParams, key: &CryptoKey, plaintext: &[u8], ) -> Result<Vec<u8>, Error>
https://w3c.github.io/webcrypto/#aes-cbc-operations-encrypt