52 uint8_t skip_byte_block,
54 ConstantIvFlag constant_iv_flag,
55 std::unique_ptr<AesCryptor> cryptor);
61 const std::vector<uint8_t>&
iv)
override;
65 bool CryptInternal(
const uint8_t* text,
68 size_t* crypt_text_size)
override;
69 void SetIvInternal()
override;
71 uint8_t crypt_byte_block_;
72 const uint8_t skip_byte_block_;
74 std::unique_ptr<AesCryptor> cryptor_;