Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dbsd.cc32 signature2 = UINT32_C(0); in BSDData()
106 signature2 = *temp32; in ReadBSDData()
107 if (signature2 == realSig) { in ReadBSDData()
180 ReverseBytes(&signature2, 4); in ReverseMetaBytes()
H A Dbsd.h63 uint32_t signature2; // the magic number (again) member in BSDData
H A Dbasicmbr.cc572 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/node/test/parallel/
H A Dtest-crypto-rsa-dsa-revert.js422 const signature2 = sign2.sign(dsaKeyPem, 'hex');
427 assert.strictEqual(verify2.verify(dsaPubPem, signature2, 'hex'), true);
H A Dtest-crypto-rsa-dsa.js439 const signature2 = sign2.sign(dsaKeyPem, 'hex');
444 assert.strictEqual(verify2.verify(dsaPubPem, signature2, 'hex'), true);
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrtypes.h33 FT_UInt signature2; member
H A Dpfrload.c203 FT_FRAME_USHORT( signature2 ),
270 header->signature2 != 0x0D0A ) /* CR/LF */ in FT_LOCAL_DEF()

Completed in 7 milliseconds