Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DDxeCrc32GuidedSectionExtractLib.uni8 // It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.
24 …on and extracts raw data. It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC valu…
DDxeCrc32GuidedSectionExtractLib.inf8 # It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.uni7 // It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.
23 …on and extracts raw data. It uses the BaseCryptLib based on OpenSSL to authenticate the signature."
DDxeRsa2048Sha256GuidedSectionExtractLib.inf6 # It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.uni7 // It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.
23 …on and extracts raw data. It uses the BaseCryptLib based on OpenSSL to authenticate the signature."
DPeiRsa2048Sha256GuidedSectionExtractLib.inf6 # It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dtrusted-board-boot.md94 The following certificates are used to authenticate the images.
216 The authentication module implements the required support to authenticate the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py327 def authenticate(self, mechanism, authobject): member in IMAP4
518 return self.authenticate('CRAM-MD5', self._CRAM_MD5_AUTH)
/device/generic/goldfish/fingerprint/
Dfingerprint.c833 qdev->device.authenticate = fingerprint_authenticate; in fingerprint_open()