Home | History | Annotate | Download | only in libavb

Lines Matching refs:descriptor

163     const AvbDescriptor* descriptor,
183 (const AvbHashDescriptor*)descriptor, &hash_desc)) {
189 ((const uint8_t*)descriptor) + sizeof(AvbHashDescriptor);
220 /* No ab_suffix allowed for partitions without a digest in the descriptor
309 // Expect a match to the digest in the descriptor.
316 part_name, ": Digest in descriptor not of expected size.\n", NULL);
323 ": Hash of data does not match digest in descriptor.\n",
666 "partition descriptor.\n",
782 * - hash descriptor: Load data from partition, calculate hash, and
783 * checks that it matches what's in the hash descriptor.
785 * - hashtree descriptor: Do nothing since verification happens
786 * on-the-fly from within the OS. (Unless the descriptor uses a
789 * - chained partition descriptor: Load the footer, load the vbmeta
799 avb_errorv(full_partition_name, ": Descriptor is invalid.\n", NULL);
830 ": Encountered chain descriptor not in main image.\n",
839 ": Chain partition descriptor is invalid.\n",
889 ": Kernel cmdline descriptor is invalid.\n",
908 * the command-line descriptor so command-line snippets only
963 full_partition_name, ": Hashtree descriptor is invalid.\n", NULL);
968 /* We only need to continue when there is no digest in the descriptor.
986 /* No ab_suffix for partitions without a digest in the descriptor