Searched refs:UUID_SIZE (Results 1 – 2 of 2) sorted by relevance
35 #define UUID_SIZE 16 macro56 assert(SHA1_DIGEST_LENGTH >= UUID_SIZE); in fd_get_driver_uuid()57 memcpy(uuid, sha1, UUID_SIZE); in fd_get_driver_uuid()92 assert(SHA1_DIGEST_LENGTH >= UUID_SIZE); in fd_get_device_uuid()93 memcpy(uuid, sha1, UUID_SIZE); in fd_get_device_uuid()
46 #define UUID_SIZE 16 macro51 uint8_t uuid[UUID_SIZE];83 assert(SHA1_DIGEST_LENGTH >= UUID_SIZE); in os_import_memory_fd()84 if (memcmp(header.uuid, sha1, UUID_SIZE)) { in os_import_memory_fd()155 assert(SHA1_DIGEST_LENGTH >= UUID_SIZE); in os_malloc_aligned_fd()156 memcpy(header->uuid, sha1, UUID_SIZE); in os_malloc_aligned_fd()