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

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptAuthenticode.c78 UINT8 Asn1Byte; local
137 Asn1Byte = *(SpcIndirectDataContent + 1);
139 if ((Asn1Byte & 0x80) == 0) {
143 ContentSize = (UINTN) (Asn1Byte & 0x7F);
149 } else if ((Asn1Byte & 0x81) == 0x81) {
159 } else if ((Asn1Byte & 0x82) == 0x82) {

Completed in 4 milliseconds