Searched refs:u8 (Results 1 – 12 of 12) sorted by relevance
/DragonStub/inc/dragonstub/linux/ |
H A D | hex.h | 11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() 22 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() 30 extern int __must_check hex2bin(u8 *dst, const char *src, size_t count); 33 bool mac_pton(const char *s, u8 *mac);
|
/DragonStub/inc/dragonstub/ |
H A D | linux-efi.h | 310 u8 type; 311 u8 sub_type; in memrange_efi_to_native() 323 u8 fn; 324 u8 dev; 330 u8 vendordata[]; 431 u8 secboot, setupmode = 0;
|
H A D | linux-efi.h | 310 u8 type; 311 u8 sub_type; 323 u8 fn; 324 u8 dev; 330 u8 vendordata[]; 431 u8 secboot, setupmode = 0;
|
H A D | linux-efi.h | 310 u8 type; 311 u8 sub_type; 323 u8 fn; 324 u8 dev; 330 u8 vendordata[]; 431 u8 secboot, setupmode = 0; in efi_get_secureboot_mode()
|
H A D | types.h | 42 typedef __u8 u8; typedef 51 typedef u8 efi_bool_t;
|
H A D | dragonstub.h | 91 u8 variable_data[]; 420 efi_status_t efi_get_random_bytes(unsigned long size, u8 *out);
|
/DragonStub/apps/ |
H A D | random.c | 13 u8 *out); 32 efi_status_t efi_get_random_bytes(unsigned long size, u8 *out) in efi_get_random_bytes()
|
H A D | elf.c | 27 u8 c = *(u8 *)(buf + i); in verify_ident() 36 u8 version = *(u8 *)(buf + EI_VERSION); in verify_ident() 45 u8 class = *(u8 *)(buf + EI_CLASS); in verify_ident()
|
H A D | secureboot.c | 22 u8 moksbstate; in efi_get_secureboot()
|
H A D | helper.c | 30 u8 event_data[52]; 52 u8 tagged_event_data[]; in efi_measure_tagged_event()
|
H A D | fdt.c | 175 (u8 *)&fdt_val64); in update_fdt()
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 548 static noinline_for_stack char *hex_string(char *buf, char *end, u8 *addr, in hex_string() 600 u8 *addr, in mac_address_string()
|