Searched refs:auth_size (Results 1 – 2 of 2) sorted by relevance
595 size_t auth_size; in efi_image_authenticate() local660 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()
86 efi_uintn_t auth_size = in file_is_null_key() local89 if (size < auth_size) in file_is_null_key()92 *null_key = (size == auth_size); in file_is_null_key()
Completed in 8 milliseconds