Searched refs:signature2 (Results 1 – 12 of 12) sorted by relevance
/third_party/gptfdisk/ |
D | bsd.cc | 32 signature2 = UINT32_C(0); in BSDData() 106 signature2 = *temp32; in ReadBSDData() 107 if (signature2 == realSig) { in ReadBSDData() 180 ReverseBytes(&signature2, 4); in ReverseMetaBytes()
|
D | bsd.h | 66 uint32_t signature2; // the magic number (again) variable
|
D | basicmbr.cc | 572 char signature1[9], signature2[9]; in CheckForGPT() local 581 myDisk->Read(signature2, 8); in CheckForGPT() 582 signature2[8] = '\0'; in CheckForGPT() 586 if ((retval >= 0) && (strcmp(signature2, "EFI PART") == 0)) in CheckForGPT()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | mxsimage.h | 65 uint8_t signature2[4]; member
|
D | mxsimage.c | 1321 memcpy(hdr->signature2, "sgtl", 4); in sb_prefill_image_header() 1694 memcmp(hdr->signature2, "sgtl", 4)) in sb_verify_image_header() 1697 stat[!!ret], hdr->signature1, hdr->signature2); in sb_verify_image_header() 2237 memcmp(hdr->signature2, "sgtl", 4)) in mxsimage_verify_header()
|
/third_party/node/test/parallel/ |
D | test-crypto-rsa-dsa.js | 358 const signature2 = sign2.sign(dsaKeyPem, 'hex'); constant 363 assert.strictEqual(verify2.verify(dsaPubPem, signature2, 'hex'), true);
|
/third_party/freetype/src/pfr/ |
D | pfrtypes.h | 33 FT_UInt signature2; member
|
D | pfrload.c | 203 FT_FRAME_USHORT( signature2 ), 270 header->signature2 != 0x0D0A ) /* CR/LF */ in pfr_header_check()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrtypes.h | 33 FT_UInt signature2; member
|
D | pfrload.c | 203 FT_FRAME_USHORT( signature2 ), 270 header->signature2 != 0x0D0A ) /* CR/LF */ in pfr_header_check()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrtypes.h | 34 FT_UInt signature2; member
|
D | pfrload.c | 203 FT_FRAME_USHORT( signature2 ), 270 header->signature2 != 0x0D0A ) /* CR/LF */ in pfr_header_check()
|