Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddissect-image.h54PARTITION_ROOT_VERITY_SIG, /* PKCS#7 signature for root hash for the PARTITION_ROOT partition */ enumerator
85 PARTITION_ROOT_VERITY_SIG, in PARTITION_DESIGNATOR_VERSIONED()
123 return PARTITION_ROOT_VERITY_SIG; in PARTITION_VERITY_SIG_OF()
Ddissect-image.c920 m->partitions[PARTITION_ROOT_VERITY_SIG].found) in dissect_image()
935 … m->partitions[PARTITION_ROOT_VERITY_SIG] = m->partitions[PARTITION_ROOT_SECONDARY_VERITY_SIG]; in dissect_image()
969 … m->partitions[PARTITION_ROOT_VERITY_SIG] = m->partitions[PARTITION_ROOT_OTHER_VERITY_SIG]; in dissect_image()
981 … if (m->partitions[PARTITION_ROOT_VERITY_SIG].found && !m->partitions[PARTITION_ROOT_VERITY].found) in dissect_image()
1134 …erity->designator == PARTITION_USR ? PARTITION_USR_VERITY_SIG : PARTITION_ROOT_VERITY_SIG].found) { in dissect_image()
3053 [PARTITION_ROOT_VERITY_SIG] = "root-verity-sig",