函数逻辑报告 |
Source Code:security\keys\process_keys.c |
Create Date:2022-07-27 19:56:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Search the process keyrings attached to the supplied cred for the first* matching key under RCU conditions (the caller must be holding the RCU read* lock)
函数原型:key_ref_t search_cred_keyrings_rcu(struct keyring_search_context *ctx)
返回类型:key_ref_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct keyring_search_context * | ctx |
435 | key_ref = NULL |
436 | ret = NULL |
440 | 如果 keyring private to this thread 则 |
441 | key_ref等于keyring_search_rcu - Search a keyring tree for a matching key under RCU*@keyring_ref: A pointer to the keyring with possession indicator |
451 | 默认 |
458 | 如果 keyring private to this process 则 |
459 | key_ref等于keyring_search_rcu - Search a keyring tree for a matching key under RCU*@keyring_ref: A pointer to the keyring with possession indicator |
472 | 默认 |
479 | 如果 keyring inherited over fork 则 |
480 | key_ref等于keyring_search_rcu - Search a keyring tree for a matching key under RCU*@keyring_ref: A pointer to the keyring with possession indicator |
494 | 默认 |
501 | key_ref等于keyring_search_rcu - Search a keyring tree for a matching key under RCU*@keyring_ref: A pointer to the keyring with possession indicator |
516 | 默认 |
525 | found : |
526 | 返回:key_ref |
名称 | 描述 |
---|---|
search_process_keyrings_rcu | Search the process keyrings attached to the supplied cred for the first* matching key in the manner of search_my_process_keyrings(), but also search* the keys attached to the assumed authorisation key using its credentials if* one is available. |
proc_keys_show |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |