Searched refs:SMK_CIPSOMIN (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/smack/
H A Dsmackfs.c147 * SMK_CIPSOMIN: Minimum possible cipso rule length.
151 #define SMK_CIPSOMIN (SMK_LABELLEN + 2 * SMK_DIGITLEN) macro
152 #define SMK_CIPSOMAX (SMK_CIPSOMIN + SMACK_CIPSO_MAXCATNUM * SMK_DIGITLEN)
856 (count < SMK_CIPSOMIN || count > SMK_CIPSOMAX))
903 count != (SMK_CIPSOMIN + catlen * SMK_DIGITLEN))

Completed in 149 milliseconds