Searched refs:auth_info (Results 1 – 6 of 6) 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()
272 if (auth_hdr->auth_info.hdr.dwLength <= in efi_remove_auth_hdr()277 auth_hdr->auth_info.hdr.dwLength; in efi_remove_auth_hdr()278 *image_size = *image_size - auth_hdr->auth_info.hdr.dwLength - in efi_remove_auth_hdr()348 if (guidcmp(&auth_hdr->auth_info.cert_type, &efi_guid_cert_type_pkcs7)) in efi_capsule_authenticate()367 capsule_sig = efi_parse_pkcs7_header(auth_hdr->auth_info.cert_data, in efi_capsule_authenticate()368 auth_hdr->auth_info.hdr.dwLength in efi_capsule_authenticate()369 - sizeof(auth_hdr->auth_info), in efi_capsule_authenticate()
310 ctx->auth.auth_info.hdr.dwLength = sizeof(ctx->auth.auth_info) in create_auth_data()312 ctx->auth.auth_info.hdr.wRevision = WIN_CERT_REVISION_2_0; in create_auth_data()313 ctx->auth.auth_info.hdr.wCertificateType = WIN_CERT_TYPE_EFI_GUID; in create_auth_data()314 memcpy(&ctx->auth.auth_info.cert_type, &efi_guid_cert_type_pkcs7, in create_auth_data()
113 struct win_certificate_uefi_guid auth_info; member
66 if (auth->auth_info.hdr.wCertificateType != WIN_CERT_TYPE_EFI_GUID) in file_have_auth_header()69 if (guidcmp(&auth->auth_info.cert_type, &efi_guid_cert_type_pkcs7)) in file_have_auth_header()87 sizeof(auth->time_stamp) + auth->auth_info.hdr.dwLength; in file_is_null_key()
1986 struct win_certificate_uefi_guid auth_info; member2003 struct win_certificate_uefi_guid auth_info; member
Completed in 23 milliseconds