Searched refs:efi_boot_env (Results 1 – 4 of 4) sorted by relevance
/u-boot-v2022.01-rc1/test/py/tests/test_efi_secboot/ |
A D | test_signed.py | 21 def test_efi_signed_image_auth1(self, u_boot_console, efi_boot_env): argument 26 disk_img = efi_boot_env 44 def test_efi_signed_image_auth2(self, u_boot_console, efi_boot_env): argument 50 disk_img = efi_boot_env 89 def test_efi_signed_image_auth3(self, u_boot_console, efi_boot_env): argument 94 disk_img = efi_boot_env 125 def test_efi_signed_image_auth4(self, u_boot_console, efi_boot_env): argument 130 disk_img = efi_boot_env 151 def test_efi_signed_image_auth5(self, u_boot_console, efi_boot_env): argument 158 disk_img = efi_boot_env [all …]
|
A D | test_unsigned.py | 21 def test_efi_unsigned_image_auth1(self, u_boot_console, efi_boot_env): argument 26 disk_img = efi_boot_env 48 def test_efi_unsigned_image_auth2(self, u_boot_console, efi_boot_env): argument 53 disk_img = efi_boot_env 72 def test_efi_unsigned_image_auth3(self, u_boot_console, efi_boot_env): argument 77 disk_img = efi_boot_env
|
A D | test_authvar.py | 20 def test_efi_var_auth1(self, u_boot_console, efi_boot_env): argument 25 disk_img = efi_boot_env 124 def test_efi_var_auth2(self, u_boot_console, efi_boot_env): argument 129 disk_img = efi_boot_env 165 def test_efi_var_auth3(self, u_boot_console, efi_boot_env): argument 170 disk_img = efi_boot_env 206 def test_efi_var_auth4(self, u_boot_console, efi_boot_env): argument 211 disk_img = efi_boot_env 240 def test_efi_var_auth5(self, u_boot_console, efi_boot_env): argument 245 disk_img = efi_boot_env
|
A D | conftest.py | 18 def efi_boot_env(request, u_boot_config): function
|
Completed in 9 milliseconds