Home
last modified time | relevance | path

Searched refs:IntSizeInWords (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigMisc.c128 IN UINTN IntSizeInWords, in Int2OctStr() argument
137 Ptr1 < (UINT8 *)(Integer + IntSizeInWords) && Ptr2 >= OctetString; in Int2OctStr()
142 for (; Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords) && *Ptr1 == 0; Ptr1++); in Int2OctStr()
144 if (Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords)) { in Int2OctStr()
DSecureBootConfigImpl.h582 IN UINTN IntSizeInWords,