Function report | 
Source Code:fs\crypto\keyring.c | 
Create Date:2022-07-28 20:23:52 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Search ->s_master_keys or ->mk_users
Proto:static struct key *search_fscrypt_keyring(struct key *keyring, struct key_type *type, const char *description)
Type:struct key
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct key * | keyring | |
| struct key_type * | type | |
| const char * | description | 
| 141 | keyref = make_key_ref(keyring, true) | 
| 143 | keyref = keyring_search(keyref, type, description, false) | 
| 150 | Return key_ref_to_ptr(keyref) | 
| Name | Describe | 
|---|---|
| fscrypt_find_master_key | Find the specified master key in ->s_master_keys.* Returns ERR_PTR(-ENOKEY) if not found. | 
| find_master_key_user | Find the current user's "key" in the master key's ->mk_users.* Returns ERR_PTR(-ENOKEY) if not found. | 
| 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  |