struct RedactedHex
Defined at line 45 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h
This is used for passing in secure random bits as ASCII hex digits. As a
special exception to the normal constraint that the command line text be
left as is in the ZBI item memory, the original command line text of the
RedactedHex option's value is redacted (the buffer modified in place) so it
does not propagate to userland.
Public Members
array hex
size_t len
Public Methods
const char * c_str ()
Defined at line 46 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h
std::string_view operator basic_string_view ()
Defined at line 48 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h
bool operator== (const RedactedHex & other)
Defined at line 50 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h
bool operator!= (const RedactedHex & other)
Defined at line 54 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/types.h