Searched refs:HASHALG_SHA1 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.h68 #define HASHALG_SHA1 0x00000000 macro
H A DDxeImageVerificationLib.c261 if ((HashAlg != HASHALG_SHA1) && (HashAlg != HASHALG_SHA256)) {
270 if (HashAlg == HASHALG_SHA1) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h86 #define HASHALG_SHA1 0x00000000 macro
H A DSecureBootConfigImpl.c986 if ((HashAlg != HASHALG_SHA1) && (HashAlg != HASHALG_SHA256)) {
995 if (HashAlg == HASHALG_SHA1) {

Completed in 82 milliseconds