Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:keyring_compare_object

Proto:static bool keyring_compare_object(const void *object, const void *data)

Type:bool

Parameter:

TypeParameterName
const void *object
const void *data
311  index_key = data
312  key = keyring_ptr_to_key(object)
314  Return type == type && Domain of operation == Domain of operation && desc_len == desc_len && memcmp(description, description, desc_len) == 0
Caller
NameDescribe
search_nested_keyringsSearch a tree of keyrings that point to other keyrings up to the maximum* depth.