Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_image_loader.c595 size_t auth_size; in efi_image_authenticate() local
660 auth_size = wincert->dwLength - sizeof(*wincert); in efi_image_authenticate()
665 if (auth_size <= sizeof(efi_guid_t)) { in efi_image_authenticate()
678 auth_size -= sizeof(efi_guid_t); in efi_image_authenticate()
686 msg = pkcs7_parse_message(auth, auth_size); in efi_image_authenticate()
/u-boot/cmd/
A Deficonfig_sbkey.c86 efi_uintn_t auth_size = in file_is_null_key() local
89 if (size < auth_size) in file_is_null_key()
92 *null_key = (size == auth_size); in file_is_null_key()

Completed in 8 milliseconds