Searched refs:hobj (Results 1 – 2 of 2) sorted by relevance
17 hobj = hashlib.sha256()18 hobj.update(dns.name.from_text(qname).to_wire())19 hobj.update(struct.pack('HH',22 hobj.update(secret)23 return hobj.hexdigest().upper()
1910 acpi_bus_get_prop_handle(const ACPI_OBJECT *hobj, void *propvalue, size_t size) in acpi_bus_get_prop_handle() argument1915 if (hobj->Type != ACPI_TYPE_PACKAGE) in acpi_bus_get_prop_handle()1917 if (hobj->Package.Count != 1) in acpi_bus_get_prop_handle()1920 pobj = &hobj->Package.Elements[0]; in acpi_bus_get_prop_handle()