函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\request_key.c Create Date:2022-07-27 19:58:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:quest_key_with_auxdata - Request a key with auxiliary data for the upcaller*@type: The type of key we want.*@description: The searchable description of the key.*@domain_tag: The domain in which the key operates.

函数原型:struct key *request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux)

返回类型:struct key

参数:

类型参数名称
struct key_type *type
const char *description
struct key_tag *domain_tag
const void *callout_info
size_tcallout_len
void *aux
740  key等于quest_key_and_link - Request a key and cache it in a keyring.*@type: The type of key we want.*@description: The searchable description of the key.*@domain_tag: The domain in which the key operates.
743  如果非是错误
744  ret等于wait_for_key_construction - Wait for construction of a key to complete*@key: The key being waited for
745  如果ret小于0则
747  返回:错误号
750  返回:key