函数逻辑报告 |
Source Code:security\keys\keyring.c |
Create Date:2022-07-27 19:52:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:keyring_search_rcu - Search a keyring tree for a matching key under RCU*@keyring_ref: A pointer to the keyring with possession indicator
函数原型:key_ref_t keyring_search_rcu(key_ref_t keyring_ref, struct keyring_search_context *ctx)
返回类型:key_ref_t
参数:
类型 | 参数 | 名称 |
---|---|---|
key_ref_t | keyring_ref | |
struct keyring_search_context * | ctx |
913 | keyring等于key_ref_to_ptr(keyring_ref) |
916 | 如果 type of key 不等于key_type_keyring则返回:错误号 |
919 | 如果非flags按位与Don't check permissions 的值则 |
926 | 如果Search a tree of keyrings that point to other keyrings up to the maximum* depth.则__key_get(key_ref_to_ptr(result)) |
928 | 返回:result |
名称 | 描述 |
---|---|
keyring_search | keyring_search - Search the supplied keyring tree for a matching key*@keyring: The root of the keyring tree to be searched |
get_user_session_keyring_rcu | Get the user session keyring if it exists, but don't create it if it* doesn't. |
search_cred_keyrings_rcu | 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) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |