Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddissect-image.c1620 size_t n_decrypted; member
1631 for (size_t i = 0; i < d->n_decrypted; i++) { in decrypted_image_unref()
1716 if (!GREEDY_REALLOC0(d->decrypted, d->n_decrypted + 1)) in decrypt_partition()
1737 d->decrypted[d->n_decrypted++] = (DecryptedPartition) { in decrypt_partition()
2009 if (!GREEDY_REALLOC0(d->decrypted, d->n_decrypted + 1)) in verity_partition()
2083 d->decrypted[d->n_decrypted++] = (DecryptedPartition) { in verity_partition()
2208 for (size_t i = 0; i < d->n_decrypted; i++) { in decrypted_image_relinquish()