Function report |
Source Code:fs\crypto\keysetup.c |
Create Date:2022-07-28 20:24:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_crypt_info
Proto:static void put_crypt_info(struct fscrypt_info *ci)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct fscrypt_info * | ci |
326 | If Not ci Then Return |
329 | If If non-NULL, then encryption is done using the master key directly* and ci_ctfm will equal ci_direct_key->dk_ctfm. Then keysetup_v1.c |
331 | Else if True if the key should be freed when this fscrypt_info is freed Then rypto_free_skcipher() - zeroize and free cipher handle*@tfm: cipher handle to be freed |
334 | key = The master key with which this inode was unlocked (decrypted). This* will be NULL if the master key was found in a process-subscribed* keyring rather than in the filesystem-level keyring. |
335 | If key Then |
346 | spin_lock( & mk_decrypted_inodes_lock) |
348 | spin_unlock( & mk_decrypted_inodes_lock) |
Name | Describe |
---|---|
fscrypt_get_encryption_info | |
fscrypt_put_encryption_info | scrypt_put_encryption_info - free most of an inode's fscrypt data* Free the inode's fscrypt_info. Filesystems must call this when the inode is* being evicted. An RCU grace period need not have elapsed yet. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |