Function report | 
Source Code:security\keys\key.c | 
Create Date:2022-07-28 18:15:42 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Change the key state to being instantiated.
Proto:static void mark_key_instantiated(struct key *key, int reject_error)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct key * | key | |
| int | reject_error | 
| 411 | smp_store_release( & Key state (+) or rejection error (-) , (reject_error < 0) ? reject_error : KEY_IS_POSITIVE) | 
| Name | Describe | 
|---|---|
| __key_instantiate_and_link | Instantiate a key and link it into the target keyring atomically. Must be* called with the target keyring's semaphore writelocked. The target key's* semaphore need not be locked as instantiation is serialised by* key_construction_mutex. | 
| key_reject_and_link | key_reject_and_link - Negatively instantiate a key and link it into the keyring.*@key: The key to instantiate.*@timeout: The timeout on the negative key.*@error: The error to return when the key is hit. | 
| __key_update | Attempt to update an existing key.* The key is given to us with an incremented refcount that we need to discard* if we get an error. | 
| key_update | key_update - Update a key's contents.*@key_ref: The pointer (plus possession flag) to the key.*@payload: The data to be used to update the key.*@plen: The length of @payload.* Attempt to update the contents of a key with the given payload data. The | 
| 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  |