Searched refs:auth_info (Results 1 – 3 of 3) sorted by relevance
78 + auth->auth_info.hdr.dwLength)) in efi_variable_authenticate()81 if (guidcmp(&auth->auth_info.cert_type, &efi_guid_cert_type_pkcs7)) in efi_variable_authenticate()89 *data += sizeof(auth->time_stamp) + auth->auth_info.hdr.dwLength; in efi_variable_authenticate()91 + auth->auth_info.hdr.dwLength); in efi_variable_authenticate()129 if (auth->auth_info.hdr.dwLength < sizeof(auth->auth_info)) in efi_variable_authenticate()133 var_sig = efi_parse_pkcs7_header(auth->auth_info.cert_data, in efi_variable_authenticate()134 auth->auth_info.hdr.dwLength in efi_variable_authenticate()135 - sizeof(auth->auth_info), in efi_variable_authenticate()
248 if (auth_hdr->auth_info.hdr.dwLength <= in efi_capsule_authenticate()252 if (guidcmp(&auth_hdr->auth_info.cert_type, &efi_guid_cert_type_pkcs7)) in efi_capsule_authenticate()256 auth_hdr->auth_info.hdr.dwLength; in efi_capsule_authenticate()257 *image_size = capsule_size - auth_hdr->auth_info.hdr.dwLength - in efi_capsule_authenticate()275 capsule_sig = efi_parse_pkcs7_header(auth_hdr->auth_info.cert_data, in efi_capsule_authenticate()276 auth_hdr->auth_info.hdr.dwLength in efi_capsule_authenticate()277 - sizeof(auth_hdr->auth_info), in efi_capsule_authenticate()
1816 struct win_certificate_uefi_guid auth_info; member1833 struct win_certificate_uefi_guid auth_info; member
Completed in 14 milliseconds