Searched defs:Asn1Byte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptAuthenticode.c59 UINT8 Asn1Byte; local
102 Asn1Byte = *(SpcIndirectDataContent + 1);
104 if ((Asn1Byte & 0x80) == 0) {
108 ContentSize = (UINTN) (Asn1Byte & 0x7F);
113 } else if ((Asn1Byte & 0x82) == 0x82) {

Completed in 32 milliseconds