xref: /third_party/lzma/CPP/7zip/Crypto/7zAesRegister.cpp (revision 370b324c)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lzma/CPP/7zip/Crypto/
1370b324cSopenharmony_ci// 7zAesRegister.cpp
2370b324cSopenharmony_ci
3370b324cSopenharmony_ci#include "StdAfx.h"
4370b324cSopenharmony_ci
5370b324cSopenharmony_ci#include "../Common/RegisterCodec.h"
6370b324cSopenharmony_ci
7370b324cSopenharmony_ci#include "7zAes.h"
8370b324cSopenharmony_ci
9370b324cSopenharmony_cinamespace NCrypto {
10370b324cSopenharmony_cinamespace N7z {
11370b324cSopenharmony_ci
12370b324cSopenharmony_ciREGISTER_FILTER_E(SzAES,
13370b324cSopenharmony_ci    CDecoder,
14370b324cSopenharmony_ci    CEncoder,
15370b324cSopenharmony_ci    0x6F10701, "7zAES")
16370b324cSopenharmony_ci
17370b324cSopenharmony_ci}}
18

Indexes created Thu Nov 07 10:32:03 CST 2024