HomeSort by relevance Sort by last modified time
    Searched refs:ContentSize (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptAuthenticode.c 79 UINTN ContentSize;
143 ContentSize = (UINTN) (Asn1Byte & 0x7F);
153 ContentSize = (UINTN) (*(UINT8 *)(SpcIndirectDataContent + 2));
163 ContentSize = (UINTN) (*(UINT8 *)(SpcIndirectDataContent + 2));
164 ContentSize = (ContentSize << 8) + (UINTN)(*(UINT8 *)(SpcIndirectDataContent + 3));
179 if (CompareMem (SpcIndirectDataContent + ContentSize - HashSize, ImageHash, HashSize) != 0) {
189 Status = (BOOLEAN) Pkcs7Verify (OrigAuthData, DataSize, TrustedCert, CertSize, SpcIndirectDataContent, ContentSize);
CryptPkcs7VerifyNull.c 146 @param[out] ContentSize The size of the extracted content in bytes.
158 OUT UINTN *ContentSize
CryptPkcs7Verify.c 897 If P7Data, Content, or ContentSize is NULL, then return FALSE. If P7Length overflow,
907 @param[out] ContentSize The size of the extracted content in bytes.
919 OUT UINTN *ContentSize
933 if ((P7Data == NULL) || (P7Length > INT_MAX) || (Content == NULL) || (ContentSize == NULL)) {
973 *ContentSize = 0;
980 *ContentSize = OctStr->length;
981 *Content = malloc (*ContentSize);
983 *ContentSize = 0;
986 CopyMem (*Content, OctStr->data, *ContentSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
GenCRC32Section.c 165 OUT UINT32 *ContentSize,
215 *ContentSize = Size;
229 UINT32 ContentSize;
236 ContentSize = 0;
262 &ContentSize,
294 Status = SignSectionWithCrc32 (FileBuffer, &BufferSize, ContentSize);
302 ContentSize = fwrite (FileBuffer, sizeof (UINT8), BufferSize, OutputFile);
303 if (ContentSize != BufferSize) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptPkcs7VerifyNull.c 146 @param[out] ContentSize The size of the extracted content in bytes.
158 OUT UINTN *ContentSize
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Pkcs7Verify.h 85 @param[in,out] ContentSize On input, points to the size in bytes of the optional
88 referenced by ContentSize will contain the actual
89 size of the content from signed file. If ContentSize
92 ContentSize will be updated with the required size.
108 @retval EFI_INVALID_PARAMETER Content is not NULL and ContentSize is NULL.
117 @retval EFI_BUFFER_TOO_SMALL The size of buffer indicated by ContentSize is too
118 small to hold the content. ContentSize updated to
134 IN OUT UINTN *ContentSize
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 120 @param[in] ContentSize The size of data content in bytes.
132 IN UINTN ContentSize,
165 if (!CalculateDataHash (Content, ContentSize, &SigList->SignatureType, HashVal)) {
466 Content is not NULL and ContentSize is NULL.
627 Content is not NULL and ContentSize is NULL.
631 @retval EFI_BUFFER_TOO_SMALL The size of buffer indicated by ContentSize is too
632 small to hold the content. ContentSize updated to
752 @param[in,out] ContentSize On input, points to the size in bytes of the optional
755 referenced by ContentSize will contain the actual
756 size of the content from signed file. If ContentSize
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 1072 milliseconds