MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / CheckPassword

Method CheckPassword

src/Platform/RepRap.cpp:2636–2641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2634}
2635
2636bool RepRap::CheckPassword(c_string pw) const noexcept
2637{
2638 String<RepRapPasswordLength> copiedPassword;
2639 copiedPassword.CopyAndPad(pw);
2640 return password.ConstantTimeEquals(copiedPassword);
2641}
2642
2643void RepRap::SetPassword(c_string pw) noexcept
2644{

Callers 3

ProcessLineMethod · 0.80
GetJsonResponseMethod · 0.80
SpinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected