Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddissect-image.c1756 size_t root_hash_existing_size; in verity_can_reuse() local
1773 root_hash_existing_size = verity->root_hash_size; in verity_can_reuse()
1774 root_hash_existing = malloc0(root_hash_existing_size); in verity_can_reuse()
1778 …ym_crypt_volume_key_get(cd, CRYPT_ANY_SLOT, root_hash_existing, &root_hash_existing_size, NULL, 0); in verity_can_reuse()
1781 if (verity->root_hash_size != root_hash_existing_size || in verity_can_reuse()