8 #ifndef BOTAN_AES_KEY_WRAP_H__
9 #define BOTAN_AES_KEY_WRAP_H__
11 #include <botan/symkey.h>
15 class Algorithm_Factory;
26 SecureVector<byte> BOTAN_DLL
rfc3394_keywrap(
const MemoryRegion<byte>& key,
28 Algorithm_Factory& af);
41 Algorithm_Factory& af);
SecureVector< byte > rfc3394_keywrap(const MemoryRegion< byte > &key, const SymmetricKey &kek, Algorithm_Factory &af)
SecureVector< byte > rfc3394_keyunwrap(const MemoryRegion< byte > &key, const SymmetricKey &kek, Algorithm_Factory &af)