| Function report | 
| Source Code: security\keys\encrypted-keys\encrypted.c | Create Date:2022-07-28 18:33:09 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:init_skcipher_req
Proto:static struct skcipher_request *init_skcipher_req(const u8 *key, unsigned int key_len)
Type:struct skcipher_request
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const u8 * | key | |
| unsigned int | key_len | 
| 398 | pr_err("encrypted_key: failed to load %s transform (%ld)\n", blkcipher_alg, PTR_ERR(tfm)) | 
| 404 | If ret < 0 Then | 
| 410 | req = skcipher_request_alloc() - allocate request data structure*@tfm: cipher handle to be registered with the request*@gfp: memory allocation flag that is handed to kmalloc by the API call | 
| 411 | If Not req Then | 
| 412 | pr_err("encrypted_key: failed to allocate request for %s\n", blkcipher_alg) | 
| 419 | Return req | 
| Name | Describe | 
|---|---|
| derived_key_encrypt | Before returning data to userspace, encrypt decrypted data. | 
| derived_key_decrypt | 
| 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 |