Searched refs:authsz (Results 1 – 1 of 1) sorted by relevance
268 u32 align, size, authsz, authoff; in efi_image_parse() local274 authsz = 0; in efi_image_parse()387 if (bytes_hashed + authsz < len) { in efi_image_parse()389 len - (bytes_hashed + authsz)); in efi_image_parse()391 efi + len - authsz, 0); in efi_image_parse()395 if (authsz) { in efi_image_parse()396 if (len < authoff + authsz) { in efi_image_parse()398 __func__, authsz, len - authoff); in efi_image_parse()401 if (authsz < sizeof(*auth)) { in efi_image_parse()407 *auth_len = authsz; in efi_image_parse()[all …]
Completed in 3 milliseconds