Searched refs:zxcrypt_magic (Results 1 – 4 of 4) sorted by relevance
79 const size_t kHeaderLen = sizeof(zxcrypt_magic) + GUID_LEN + sizeof(uint32_t);556 memcpy(out, zxcrypt_magic, sizeof(zxcrypt_magic)); in CreateBlock()557 out += sizeof(zxcrypt_magic); in CreateBlock()648 if (memcmp(in, zxcrypt_magic, sizeof(zxcrypt_magic)) != 0) { in UnsealBlock()652 in += sizeof(zxcrypt_magic); in UnsealBlock()
70 static const uint8_t zxcrypt_magic[16] = { variable
307 if (!memcmp(data, zxcrypt_magic, sizeof(zxcrypt_magic))) { in detect_disk_format()
350 memcpy(req.type, zxcrypt_magic, sizeof(zxcrypt_magic)); in CreateFvmPart()
Completed in 8 milliseconds