函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_template.c Create Date:2022-07-27 22:04:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ima_template_setup

函数原型:static int __init ima_template_setup(char *str)

返回类型:int

参数:

类型参数名称
char *str
83  template_len等于strlen - Find the length of a string*@s: The string to be sized
85  如果ima_template则返回:1
88  ima_init_template_list()
94  template_desc等于lookup_template_desc(str)
95  如果非template_desc
96  打印错误信息("template %s not found, using %s\n", str, CONFIG_IMA_DEFAULT_TEMPLATE)
98  返回:1
105  如果template_len恒等于3且字符串比较恒等于0且ima_hash_algo不等于HASH_ALGO_SHA1ima_hash_algo不等于HASH_ALGO_MD5
107  打印错误信息("template does not support hash alg\n")
108  返回:1
111  ima_template等于template_desc
112  返回:1