LeviLamina
Loading...
Searching...
No Matches
NullSSLSymmetricInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/crypto/symmetric/ISystemInterface.h"
7
8
namespace
Crypto::Symmetric {
9
10
class
NullSSLSymmetricInterface
:
public
::Crypto::Symmetric::ISystemInterface
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<4, 4>
mUnkce0f1d;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
NullSSLSymmetricInterface
& operator=(
NullSSLSymmetricInterface
const
&);
20
NullSSLSymmetricInterface
(
NullSSLSymmetricInterface
const
&);
21
NullSSLSymmetricInterface
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~NullSSLSymmetricInterface
()
/*override*/
=
default
;
28
29
// vIndex: 1
30
virtual
void
init(::std::string
const
&, ::std::string
const
&)
/*override*/
;
31
32
// vIndex: 2
33
virtual
void
encrypt(::std::string
const
&, ::std::string&)
/*override*/
;
34
35
// vIndex: 3
36
virtual
void
decrypt(::std::string
const
&, ::std::string&)
/*override*/
;
37
38
// vIndex: 4
39
virtual
uint64 getKeySize()
const
/*override*/
;
40
41
// vIndex: 5
42
virtual
uint64 getBlockSize()
const
/*override*/
;
43
44
// vIndex: 6
45
virtual
uint64 getEncryptionBufferSize(uint64)
const
/*override*/
;
46
47
// vIndex: 7
48
virtual
bool
encryptToBuffer(::gsl::span<char const>, ::gsl::span<char>, uint64&)
/*override*/
;
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
};
63
64
}
// namespace Crypto::Symmetric
Crypto::Symmetric::ISystemInterface
Definition
ISystemInterface.h:7
Crypto::Symmetric::NullSSLSymmetricInterface
Definition
NullSSLSymmetricInterface.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
crypto
symmetric
NullSSLSymmetricInterface.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0