Function report |
Source Code:fs\crypto\fname.c |
Create Date:2022-07-28 20:23:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fscrypt_fname_encrypted_size
Proto:bool fscrypt_fname_encrypted_size(const struct inode *inode, unsigned int orig_len, unsigned int max_len, unsigned int *encrypted_len_ret)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct inode * | inode | |
unsigned int | orig_len | |
unsigned int | max_len | |
unsigned int * | encrypted_len_ret |
184 | ci = i_crypt_info |
185 | padding = 4 << (Return the flags (FSCRYPT_POLICY_FLAG*) of a valid encryption policy & FSCRYPT_POLICY_FLAGS_PAD_MASK) |
191 | encrypted_len = max - return maximum of two values of the same or compatible types*@x: first value*@y: second value(orig_len, (u32)ld names; don't add anything new here! ) |
193 | encrypted_len_ret = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(encrypted_len, max_len) |
194 | Return true |
Name | Describe |
---|---|
fscrypt_setup_filename | scrypt_setup_filename() - prepare to search a possibly encrypted directory*@dir: the directory that will be searched*@iname: the user-provided filename being searched for*@lookup: 1 if we're allowed to proceed without the key because it's* ->lookup() or |
__fscrypt_prepare_symlink |
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 |