Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dcmd_gscvd.c585 struct gsc_verification_data *create_gvd(struct file_buf *ap_firmware_file, in create_gvd()
591 struct gsc_verification_data *gvd; in create_gvd()
600 total_size = sizeof(struct gsc_verification_data) + in create_gvd()
634 sizeof(struct gsc_verification_data) + ranges_size); in create_gvd()
647 sizeof(struct gsc_verification_data) + in create_gvd()
686 struct gsc_verification_data *gvd, in fill_gvd_area()
880 const struct gsc_verification_data *gvd, in copy_ranges()
901 static int validate_gvd(const struct gsc_verification_data *gvd, in validate_gvd()
954 static int validate_gvd_signature(struct gsc_verification_data *gvd, in validate_gvd_signature()
974 signed_size = sizeof(struct gsc_verification_data) + in validate_gvd_signature()
[all …]
/external/vboot_reference/host/lib/include/
Dgsc_ro.h22 struct gsc_verification_data { struct