| 33 | std::unique_ptr<TemporaryDir> temp_dir_; |
| 34 | |
| 35 | void SetUp() { |
| 36 | key_list_ = BuildKeyMap(kColumnMasterKeyIds, kColumnMasterKeys, kFooterMasterKeyId, |
| 37 | kFooterMasterKey); |
| 38 | temp_dir_ = temp_data_dir().ValueOrDie(); |
| 39 | } |
| 40 | |
| 41 | void WrapThenUnwrap(bool internal_key_material, bool double_wrapping, |
| 42 | bool is_wrap_locally) { |
nothing calls this directly
no test coverage detected