Home
last modified time | relevance | path

Searched refs:get_bytes_le (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py210 def get_bytes_le(self): member in UUID
215 bytes_le = property(get_bytes_le)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DCapsuleData.py226 Buffer += uuid.UUID(AuthData[4]).get_bytes_le()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
DRsa2048Sha256Sign.py186 args.OutputFile.write(EFI_HASH_ALGORITHM_SHA256_GUID.get_bytes_le())