From a45977185a485624095bff1a15024e9199eee676 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 1 Jan 2016 22:05:42 +0100 Subject: reorganize source files into SAP and agents --- sap/wmscrypt.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sap/wmscrypt.h (limited to 'sap/wmscrypt.h') diff --git a/sap/wmscrypt.h b/sap/wmscrypt.h new file mode 100644 index 0000000..c7271cb --- /dev/null +++ b/sap/wmscrypt.h @@ -0,0 +1,15 @@ +#ifndef WMSCRYPT_H +#define WMSCRYPT_H + +#include + +namespace wms +{ + +void decrypt_block(quint8 *dst, const quint8 *src); +void decrypt_block_cbc(quint8 *dst, const quint8 *src, int len, const quint8 *iv); + +} + + +#endif // WMSCRYPT_H -- cgit v1.2.3