函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Read the callout_info data (retrieves the callout information).* - the key's semaphore is read-locked

函数原型:static long request_key_auth_read(const struct key *key, char __user *buffer, size_t buflen)

返回类型:long

参数:

类型参数名称
const struct key *key
char __user *buffer
size_tbuflen
85  rka等于dereference_key_locked(key)
89  如果非rka则返回:负EKEYREVOKED
92  datalen等于callout_len
93  ret等于datalen
96  如果bufferbuflen大于0则
97  如果buflen大于datalenbuflen等于datalen
100  如果copy_to_user(buffer, callout_info, buflen)不等于0则ret等于负EFAULT
104  返回:ret