Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dshim.c103 … const EFI_DEVICE_PATH_PROTOCOL *device_path_const) { in security_policy_authentication() argument
113 if (!device_path_const) in security_policy_authentication()
116 dev_path = DuplicateDevicePath((EFI_DEVICE_PATH*) device_path_const); in security_policy_authentication()
141 return esfas(this, authentication_status, device_path_const); in security_policy_authentication()