Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DSupplicant.h242 EFI_SUPPLICANT_KEY_TYPE KeyType; member
DSmartCardEdge.h598 IN UINTN KeyType,
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.h165 UINT32 KeyType; // Key Type member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1265 KeyType = type(key)
1267 if KeyType == self._ListType or KeyType == self._TupleType:
1342 KeyType = type(key)
1344 if KeyType == self._ListType or KeyType == self._TupleType: