Lines Matching refs:plen

541 			     int blen, int plen, char *out, int secs)  in test_hash_jiffies()  argument
547 if (plen == blen) in test_hash_jiffies()
555 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_jiffies()
556 ret = crypto_hash_update(desc, sg, plen); in test_hash_jiffies()
616 int blen, int plen, char *out) in test_hash_cycles() argument
622 if (plen == blen) in test_hash_cycles()
632 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_cycles()
633 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
651 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_cycles()
652 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
732 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen); in test_hash_speed()
736 speed[i].plen, output, secs); in test_hash_speed()
739 speed[i].plen, output); in test_hash_speed()
800 int plen, char *out, int secs) in test_ahash_jiffies() argument
806 if (plen == blen) in test_ahash_jiffies()
814 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies()
870 int plen, char *out) in test_ahash_cycles() argument
875 if (plen == blen) in test_ahash_cycles()
883 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
902 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
972 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen); in test_ahash_speed()
974 ahash_request_set_crypt(req, sg, output, speed[i].plen); in test_ahash_speed()
978 speed[i].plen, output, secs); in test_ahash_speed()
981 speed[i].plen, output); in test_ahash_speed()