Lines Matching refs:j
146 unsigned int ret, i, j, iv_len; in test_cipher_speed() local
192 for (j = 0; j < tcount; j++) { in test_cipher_speed()
193 if (template[j].klen == *keysize) { in test_cipher_speed()
194 key = template[j].key; in test_cipher_speed()
209 for (j = 1; j < TVMEMSIZE; j++) { in test_cipher_speed()
210 sg_set_buf(sg + j, tvmem[j], PAGE_SIZE); in test_cipher_speed()
211 memset (tvmem[j], 0xff, PAGE_SIZE); in test_cipher_speed()
806 unsigned int ret, i, j, k, iv_len; in test_acipher_speed() local
863 for (j = 0; j < tcount; j++) { in test_acipher_speed()
864 if (template[j].klen == *keysize) { in test_acipher_speed()
865 key = template[j].key; in test_acipher_speed()
886 j = 1; in test_acipher_speed()
888 sg_set_buf(sg + j, tvmem[j], PAGE_SIZE); in test_acipher_speed()
889 memset(tvmem[j], 0xff, PAGE_SIZE); in test_acipher_speed()
890 j++; in test_acipher_speed()
893 sg_set_buf(sg + j, tvmem[j], k); in test_acipher_speed()
894 memset(tvmem[j], 0xff, k); in test_acipher_speed()