ksize 148 crypto/testmgr.c if (template[i].ksize) {
ksize 151 crypto/testmgr.c template[i].ksize);
ksize 208 crypto/testmgr.c if (template[i].ksize) {
ksize 211 crypto/testmgr.c template[i].ksize);
ksize 32 crypto/testmgr.h unsigned char ksize;
ksize 998 crypto/testmgr.h .ksize = 16,
ksize 1005 crypto/testmgr.h .ksize = 4,
ksize 1014 crypto/testmgr.h .ksize = 16,
ksize 1026 crypto/testmgr.h .ksize = 25,
ksize 1036 crypto/testmgr.h .ksize = 16,
ksize 1049 crypto/testmgr.h .ksize = 80,
ksize 1062 crypto/testmgr.h .ksize = 80,
ksize 1079 crypto/testmgr.h .ksize = 16,
ksize 1086 crypto/testmgr.h .ksize = 4,
ksize 1095 crypto/testmgr.h .ksize = 16,
ksize 1107 crypto/testmgr.h .ksize = 25,
ksize 1117 crypto/testmgr.h .ksize = 16,
ksize 1130 crypto/testmgr.h .ksize = 80,
ksize 1143 crypto/testmgr.h .ksize = 80,
ksize 1160 crypto/testmgr.h .ksize = 20,
ksize 1167 crypto/testmgr.h .ksize = 4,
ksize 1176 crypto/testmgr.h .ksize = 20,
ksize 1188 crypto/testmgr.h .ksize = 25,
ksize 1198 crypto/testmgr.h .ksize = 20,
ksize 1211 crypto/testmgr.h .ksize = 80,
ksize 1224 crypto/testmgr.h .ksize = 80,
ksize 1241 crypto/testmgr.h .ksize = 20,
ksize 1249 crypto/testmgr.h .ksize = 4,
ksize 1258 crypto/testmgr.h .ksize = 20,
ksize 1270 crypto/testmgr.h .ksize = 25,
ksize 1280 crypto/testmgr.h .ksize = 20,
ksize 1293 crypto/testmgr.h .ksize = 80,
ksize 1306 crypto/testmgr.h .ksize = 80,
ksize 1326 crypto/testmgr.h .ksize = 20,
ksize 1336 crypto/testmgr.h .ksize = 4,
ksize 1367 crypto/testmgr.h .ksize = 131,
ksize 1399 crypto/testmgr.h .ksize = 131,
ksize 1442 crypto/testmgr.h .ksize = 32,
ksize 1454 crypto/testmgr.h .ksize = 32,
ksize 1466 crypto/testmgr.h .ksize = 32,
ksize 1478 crypto/testmgr.h .ksize = 32,
ksize 1487 crypto/testmgr.h .ksize = 4,
ksize 1500 crypto/testmgr.h .ksize = 32,
ksize 1516 crypto/testmgr.h .ksize = 37,
ksize 1530 crypto/testmgr.h .ksize = 32,
ksize 1545 crypto/testmgr.h .ksize = 80,
ksize 1560 crypto/testmgr.h .ksize = 80,
ksize 1581 crypto/testmgr.h .ksize = 16,
ksize 1589 crypto/testmgr.h .ksize = 16,
ksize 1598 crypto/testmgr.h .ksize = 16,
ksize 1610 crypto/testmgr.h .ksize = 16,
ksize 1621 crypto/testmgr.h .ksize = 16,
ksize 1635 crypto/testmgr.h .ksize = 16,
ksize 1650 crypto/testmgr.h .ksize = 20,
ksize 1661 crypto/testmgr.h .ksize = 4,
ksize 1690 crypto/testmgr.h .ksize = 131,
ksize 1718 crypto/testmgr.h .ksize = 131,
ksize 1750 crypto/testmgr.h .ksize = 20,
ksize 1763 crypto/testmgr.h .ksize = 4,
ksize 1794 crypto/testmgr.h .ksize = 131,
ksize 1826 crypto/testmgr.h .ksize = 131,
ksize 8519 crypto/testmgr.h .ksize = 8,
ksize 8526 crypto/testmgr.h .ksize = 8,
ksize 8533 crypto/testmgr.h .ksize = 8,
ksize 8540 crypto/testmgr.h .ksize = 8,
ksize 8547 crypto/testmgr.h .ksize = 8,
ksize 8554 crypto/testmgr.h .ksize = 8,
ksize 8573 crypto/testmgr.h .ksize = 4,
ksize 8579 crypto/testmgr.h .ksize = 4,
ksize 8590 crypto/testmgr.h .ksize = 4,
ksize 8601 crypto/testmgr.h .ksize = 4,
ksize 8612 crypto/testmgr.h .ksize = 4,
ksize 8623 crypto/testmgr.h .ksize = 4,
ksize 8634 crypto/testmgr.h .ksize = 4,
ksize 8645 crypto/testmgr.h .ksize = 4,
ksize 8656 crypto/testmgr.h .ksize = 4,
ksize 8667 crypto/testmgr.h .ksize = 4,
ksize 8678 crypto/testmgr.h .ksize = 4,
ksize 8689 crypto/testmgr.h .ksize = 4,
ksize 8700 crypto/testmgr.h .ksize = 4,
ksize 102 include/linux/slab.h size_t ksize(const void *);
ksize 122 mm/nommu.c return ksize(objp);
ksize 91 mm/util.c ks = ksize(p);
ksize 49 net/sched/act_pedit.c int ksize;
ksize 61 net/sched/act_pedit.c ksize = parm->nkeys * sizeof(struct tc_pedit_key);
ksize 62 net/sched/act_pedit.c if (nla_len(tb[TCA_PEDIT_PARMS]) < sizeof(*parm) + ksize)
ksize 74 net/sched/act_pedit.c keys = kmalloc(ksize, GFP_KERNEL);
ksize 87 net/sched/act_pedit.c keys = kmalloc(ksize, GFP_KERNEL);
ksize 101 net/sched/act_pedit.c memcpy(p->tcfp_keys, parm->keys, ksize);