Searched refs:SMK_LABELLEN (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/security/smack/ |
D | smackfs.c | 161 #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN) 174 #define SMK_OLOADLEN (SMK_LABELLEN + SMK_LABELLEN + SMK_OACCESSLEN) 175 #define SMK_LOADLEN (SMK_LABELLEN + SMK_LABELLEN + SMK_ACCESSLEN) 397 rc = smk_fill_rule(data, data + SMK_LABELLEN, in smk_parse_rule() 398 data + SMK_LABELLEN + SMK_LABELLEN, NULL, rule, in smk_parse_rule() 399 import, SMK_LABELLEN); in smk_parse_rule() 653 smk_rule_show(s, smlp->smk_rule, SMK_LABELLEN); in load_seq_show() 812 if (strlen(skp->smk_known) >= SMK_LABELLEN) in cipso_seq_show() 911 rule += SMK_LABELLEN; in smk_set_cipso() 2265 smk_rule_show(s, srp, SMK_LABELLEN); in load_self_seq_show()
|
D | smack.h | 43 #define SMK_LABELLEN 24 macro
|