Lines Matching refs:DecryptedImage
1618 struct DecryptedImage { struct
1624 DecryptedImage* decrypted_image_unref(DecryptedImage* d) { in decrypted_image_unref() argument
1690 DecryptedImage *d) { in decrypt_partition()
1951 DecryptedImage *d) { in verity_partition()
2099 DecryptedImage **ret) { in dissected_image_decrypt()
2102 _cleanup_(decrypted_image_unrefp) DecryptedImage *d = NULL; in dissected_image_decrypt()
2126 d = new0(DecryptedImage, 1); in dissected_image_decrypt()
2168 DecryptedImage **ret) { in dissected_image_decrypt_interactively()
2199 int decrypted_image_relinquish(DecryptedImage *d) { in decrypted_image_relinquish()
2950 DecryptedImage **ret_decrypted_image) { in mount_image_privately_interactively()
2954 _cleanup_(decrypted_image_unrefp) DecryptedImage *decrypted_image = NULL; in mount_image_privately_interactively()
3074 _cleanup_(decrypted_image_unrefp) DecryptedImage *decrypted_image = NULL; in verity_dissect_and_mount()