Home
last modified time | relevance | path

Searched refs:file_size (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/boot/efi/
Dshim.c74 … void *file_buffer, UINTN file_size, BOOLEAN boot_policy) { in security2_policy_authentication() argument
81 status = es2fa(this, device_path, file_buffer, file_size, boot_policy); in security2_policy_authentication()
87 if (shim_validate(file_buffer, file_size)) in security2_policy_authentication()
109 UINTN file_size; in security_policy_authentication() local
133 status = file_read(root, dev_path_str, 0, 0, &file_buffer, &file_size); in security_policy_authentication()
137 if (shim_validate(file_buffer, file_size)) in security_policy_authentication()
/systemd-251/src/libsystemd/sd-hwdb/
Dhwdb-internal.h33 le64_t file_size; member
Dsd-hwdb.c325 (size_t) hwdb->st.st_size != le64toh(hwdb->head->file_size)) in sd_hwdb_new()
/systemd-251/src/shared/
Dhwdb-util.c398 h.file_size = htole64(size); in trie_store()