MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / LibTomCryptHashContext

Method LibTomCryptHashContext

src/common/classes/TomCryptHash.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49LibTomCryptHashContext::LibTomCryptHashContext(MemoryPool& pool, const Descriptor* aDescriptor)
50 : descriptor(aDescriptor),
51 statePtr(FB_NEW_POOL(pool) State),
52 buffer(pool)
53{
54 descriptor->tcDesc->init(&statePtr->tcState);
55}
56
57LibTomCryptHashContext::~LibTomCryptHashContext()
58{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected