Searched defs:IntSizeInWords (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigMisc.c114 @param[in] IntSizeInWords Length of integer buffer in words
128 IN UINTN IntSizeInWords,
137 Ptr1 < (UINT8 *)(Integer + IntSizeInWords) && Ptr2 >= OctetString;
142 for (; Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords) && *Ptr1 == 0; Ptr1++);
144 if (Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords)) {
126 Int2OctStr( IN CONST UINTN *Integer, IN UINTN IntSizeInWords, OUT UINT8 *OctetString, IN UINTN OSSizeInBytes ) argument

Completed in 31 milliseconds