7#ifndef PACKAGER_MEDIA_BASE_AES_KEY_WRAP_H_
8#define PACKAGER_MEDIA_BASE_AES_KEY_WRAP_H_
25bool AesKeyUnwrap(
const std::vector<uint8_t>& wrapping_key,
26 const std::vector<uint8_t>& wrapped_data,
27 std::vector<uint8_t>* data);
All the methods that are virtual are virtual for mocking.