Skip to content

Commit

Permalink
[common] Refactor Protected Files, part 7
Browse files Browse the repository at this point in the history
This commit refactors PF code without changing functionality (part 7 in
a series of commits). In particular, this commit renames:
- "key_id" to a more correct "nonce"
- "encrypted_part_plain" to "metadata_decrypted" (i.e. decrypted conents
  of the encrypted part of the metadata node)
- "file" to a more specific "host_file_handle"
- "file_metadata" to a more correct "metadata_node"
- "root_mht" to a more specific "root_mht_node"

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
Dmitrii Kuvaiskii committed Jun 13, 2024
1 parent 26f2b7b commit 941a6f8
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
Loading

0 comments on commit 941a6f8

Please sign in to comment.