MCPcopy Create free account
hub / github.com/LUX-Core/lux / UncheckedSetKey

Method UncheckedSetKey

src/cryptopp/des.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void DES::Base::UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &)
121{
122 AssertValidKeyLength(length);
123
124 RawSetKey(GetCipherDirection(), userKey);
125}
126
127#ifndef CRYPTOPP_IMPORTS
128

Callers

nothing calls this directly

Calls 8

AssertValidKeyLengthFunction · 0.85
GetCipherDirectionFunction · 0.85
ReverseCipherDirFunction · 0.85
memcpyFunction · 0.85
RawSetKeyMethod · 0.80
IsForwardTransformationFunction · 0.70
getMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected