Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common] Refactor Protected Files, part 8 #1916

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

dimakuv
Copy link

@dimakuv dimakuv commented Jun 19, 2024

Description of the changes

This commit refactors PF code without changing functionality (part 8 in a series of commits). In particular, this commit renames:

  • "plain_part" to more specific "plaintext_part"
  • "metadata_encrypted_t" to "metadata_decrypted_t"
  • all instances of "gmac" to "mac"

This PR supersedes #1894.

How to test this PR?

N/A.


This change is Reviewable

@dimakuv dimakuv force-pushed the dimakuv/protected-files-cleanup-new-part8 branch from 1d72649 to ee92d85 Compare June 19, 2024 07:03
Base automatically changed from dimakuv/dimakuv/protected-files-cleanup-new-part7 to master June 19, 2024 14:40
Copy link
Member

@mkow mkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: all files reviewed, all discussions resolved, not enough approvals from maintainers (1 more required)

Copy link
Contributor

@kailun-qin kailun-qin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

This commit refactors PF code without changing functionality (part 8 in
a series of commits). In particular, this commit renames:
- "plain_part" to more specific "plaintext_part"
- "metadata_encrypted_t" to "metadata_decrypted_t"
- all instances of "gmac" to "mac"

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
@dimakuv dimakuv force-pushed the dimakuv/protected-files-cleanup-new-part8 branch from ee92d85 to 629c413 Compare June 20, 2024 06:26
Copy link
Contributor

@kailun-qin kailun-qin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@dimakuv dimakuv merged commit 629c413 into master Jun 20, 2024
17 of 18 checks passed
@dimakuv dimakuv deleted the dimakuv/protected-files-cleanup-new-part8 branch June 20, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants