Lines Matching refs:blen

176 				int blen, int secs, u32 num_mb)
195 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
203 int blen, u32 num_mb)
236 (cycles + 4) / (8 * num_mb), blen);
454 int blen, int secs)
472 bcount, secs, (u64)bcount * blen);
476 static int test_aead_cycles(struct aead_request *req, int enc, int blen)
513 (cycles + 4) / 8, blen);
719 static int test_ahash_jiffies_digest(struct ahash_request *req, int blen,
734 bcount / secs, ((long)bcount * blen) / secs);
739 static int test_ahash_jiffies(struct ahash_request *req, int blen,
746 if (plen == blen)
747 return test_ahash_jiffies_digest(req, blen, out, secs);
754 for (pcount = 0; pcount < blen; pcount += plen) {
766 bcount / secs, ((long)bcount * blen) / secs);
771 static int test_ahash_cycles_digest(struct ahash_request *req, int blen,
804 cycles / 8, cycles / (8 * blen));
809 static int test_ahash_cycles(struct ahash_request *req, int blen,
815 if (plen == blen)
816 return test_ahash_cycles_digest(req, blen, out);
823 for (pcount = 0; pcount < blen; pcount += plen) {
842 for (pcount = 0; pcount < blen; pcount += plen) {
861 cycles / 8, cycles / (8 * blen));
907 for (i = 0; speed[i].blen != 0; i++) {
908 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) {
910 speed[i].blen, TVMEMSIZE * PAGE_SIZE);
919 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen);
924 ret = test_ahash_jiffies(req, speed[i].blen,
928 ret = test_ahash_cycles(req, speed[i].blen,
993 int blen, int secs, u32 num_mb)
1012 bcount * num_mb, secs, (u64)bcount * blen * num_mb);
1020 int blen, u32 num_mb)
1053 (cycles + 4) / (8 * num_mb), blen);
1222 int blen, int secs)
1242 bcount, secs, (u64)bcount * blen);
1247 int blen)
1288 (cycles + 4) / 8, blen);