Lines Matching refs:plen
579 int blen, int plen, char *out, int secs) in test_hash_jiffies() argument
585 if (plen == blen) in test_hash_jiffies()
593 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_jiffies()
594 ret = crypto_hash_update(desc, sg, plen); in test_hash_jiffies()
654 int blen, int plen, char *out) in test_hash_cycles() argument
660 if (plen == blen) in test_hash_cycles()
670 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_cycles()
671 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
689 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_cycles()
690 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
770 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen); in test_hash_speed()
774 speed[i].plen, output, secs); in test_hash_speed()
777 speed[i].plen, output); in test_hash_speed()
822 int plen, char *out, int secs) in test_ahash_jiffies() argument
828 if (plen == blen) in test_ahash_jiffies()
836 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies()
892 int plen, char *out) in test_ahash_cycles() argument
897 if (plen == blen) in test_ahash_cycles()
905 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
924 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
998 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen); in test_ahash_speed()
1000 ahash_request_set_crypt(req, sg, output, speed[i].plen); in test_ahash_speed()
1004 speed[i].plen, output, secs); in test_ahash_speed()
1007 speed[i].plen, output); in test_ahash_speed()