LeviLamina
Loading...
Searching...
No Matches
NullSSLHashInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/crypto/hash/IHash.h"
7
#include "mc/deps/crypto/hash/md5.h"
8
9
namespace
Crypto::Hash {
10
11
class
NullSSLHashInterface
:
public
::Crypto::Hash::IHash
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<4, 160, ::Crypto::Hash::md5> mMd5;
16
// NOLINTEND
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~NullSSLHashInterface
()
/*override*/
=
default
;
23
24
// vIndex: 1
25
virtual
void
reset()
/*override*/
;
26
27
// vIndex: 2
28
virtual
void
update(
void
const
*, uint)
/*override*/
;
29
30
// vIndex: 3
31
virtual
void
final
(uchar*)
/*override*/
;
32
33
// vIndex: 4
34
virtual
uint64 resultSize()
const
/*override*/
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
43
44
}
// namespace Crypto::Hash
Crypto::Hash::IHash
Definition
IHash.h:7
Crypto::Hash::NullSSLHashInterface
Definition
NullSSLHashInterface.h:11
src
mc
deps
crypto
hash
NullSSLHashInterface.h
Generated on Fri Jun 13 2025 05:04:24 for LeviLamina by
1.12.0