函数逻辑报告 | 
Source Code:security\smack\smack_lsm.c | 
Create Date:2022-07-27 20:53:44 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:smack_key_getsecurity - Smack label tagging the key*@key points to the key to be queried*@_buffer points to a pointer that should be set to point to the* resulting string (if no label or an error occurs)
函数原型:static int smack_key_getsecurity(struct key *key, char **_buffer)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct key * | key | |
| char ** | _buffer | 
| 4301 | skp等于 security data for this key | 
| 4305 | 如果( security data for this key == NULL)则 | 
| 4306 | * _buffer = NULL | 
| 4307 | 返回:0 | 
| 4316 | 返回:length | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |