Home
last modified time | relevance | path

Searched refs:bsize (Results 1 – 2 of 2) sorted by relevance

/security/tomoyo/
Dcommon.h1311 size_t bsize = 32; in tomoyo_round2() local
1313 size_t bsize = 64; in tomoyo_round2()
1317 while (size > bsize) in tomoyo_round2()
1318 bsize <<= 1; in tomoyo_round2()
1319 return bsize; in tomoyo_round2()
/security/apparmor/
Dmatch.c77 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table() argument
83 if (bsize < sizeof(struct table_header)) in unpack_table()
104 if (bsize < tsize) in unpack_table()