54 uint8_t skip_byte_block,
56 ConstantIvFlag constant_iv_flag,
57 std::unique_ptr<AesCryptor> cryptor);
63 const std::vector<uint8_t>&
iv)
override;
67 bool CryptInternal(
const uint8_t* text,
70 size_t* crypt_text_size)
override;
71 void SetIvInternal()
override;
73 uint8_t crypt_byte_block_;
74 const uint8_t skip_byte_block_;
76 std::unique_ptr<AesCryptor> cryptor_;