函数逻辑报告 |
Source Code:security\keys\keyring.c |
Create Date:2022-07-27 19:52:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:keyring_search - Search the supplied keyring tree for a matching key*@keyring: The root of the keyring tree to be searched
函数原型:key_ref_t keyring_search(key_ref_t keyring, struct key_type *type, const char *description, bool recurse)
返回类型:key_ref_t
参数:
类型 | 参数 | 名称 |
---|---|---|
key_ref_t | keyring | |
struct key_type * | type | |
const char * | description | |
bool | recurse |
959 | 如果recurse则flags或等于Search child keyrings also |
961 | 如果match_preparse则 |
962 | ret等于match_preparse( & match_data) |
968 | key等于keyring_search_rcu - Search a keyring tree for a matching key under RCU*@keyring_ref: A pointer to the keyring with possession indicator |
971 | 如果match_free则match_free( & match_data) |
973 | 返回:key |
名称 | 描述 |
---|---|
keyctl_keyring_search | Search the specified keyring and any keyrings it links to for a matching* key |
look_up_user_keyrings | Look up the user and user session keyrings for the current process's UID,* creating them if they don't exist. |
request_asymmetric_key | Request an asymmetric key. |
digsig_verify | digsig_verify() - digital signature verification with public key*@keyring: keyring to search key in*@sig: digital signature*@siglen: length of the signature*@data: data*@datalen: length of the data* Returns 0 on success, -EINVAL otherwise |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |