Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\keyctl_pkey.c Create Date:2022-07-28 18:27:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:keyctl_pkey_params_free

Proto:static void keyctl_pkey_params_free(struct kernel_pkey_params *params)

Type:void

Parameter:

TypeParameterName
struct kernel_pkey_params *params
19  kfree( Modified info string to be released later )
20  key_put - Discard a reference to a key.*@key: The key to discard a reference from.* Discard a reference to a key, and when all the references are gone, we* schedule the cleanup task to come and pull it out of the tree in process
Caller
NameDescribe
keyctl_pkey_queryQuery information about an asymmetric key.
keyctl_pkey_e_d_sEncrypt/decrypt/sign* Encrypt data, decrypt data or sign data using a public key
keyctl_pkey_verifyVerify a signature