Searched defs:secure (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/boot/efi/ |
D | secure-boot.c | 8 BOOLEAN secure; in secure_boot_enabled() local 17 BOOLEAN secure, audit = FALSE, deployed = FALSE, setup = FALSE; in secure_boot_mode() local
|
D | boot.c | 470 SecureBootMode secure; in print_status() local
|
/systemd-251/src/fundamental/ |
D | efivars-fundamental.c | 20 sd_bool secure, in decode_secure_boot_mode()
|
/systemd-251/src/basic/ |
D | hexdecoct.c | 111 int unhexmem_full(const char *p, size_t l, bool secure, void **ret, size_t *ret_len) { in unhexmem_full() 751 int unbase64mem_full(const char *p, size_t l, bool secure, void **ret, size_t *ret_size) { in unbase64mem_full()
|
D | efivars.c | 334 int secure = read_flag(EFI_GLOBAL_VARIABLE(SecureBoot)); in efi_get_secure_boot_mode() local
|
/systemd-251/src/creds/ |
D | creds.c | 131 const char *secure, *secure_color = NULL; in add_credentials_to_table() local
|
/systemd-251/src/boot/ |
D | bootctl.c | 1602 SecureBootMode secure = efi_get_secure_boot_mode(); in verb_status() local
|