| 308 | } |
| 309 | |
| 310 | cbc_t::cbc_t(const aes_t &key, bool padding): |
| 311 | cipher_t {nullptr, nullptr, key, padding} { |
| 312 | } |
| 313 | |
| 314 | gcm_t::gcm_t(const crypto::aes_t &key, bool padding): |
| 315 | cipher_t {nullptr, nullptr, key, padding} { |
nothing calls this directly
no outgoing calls
no test coverage detected