Searched defs:bsize (Results 1 - 2 of 2) sorted by relevance

/security/apparmor/
H A Dmatch.c31 * @bsize: size of blob
37 static struct table_header *unpack_table(char *blob, size_t bsize) argument
43 if (bsize < sizeof(struct table_header))
59 if (bsize < tsize)
/security/tomoyo/
H A Dcommon.h1307 size_t bsize = 32; local
1309 size_t bsize = 64;
1313 while (size > bsize)
1314 bsize <<= 1;
1315 return bsize;

Completed in 203 milliseconds