Searched refs:cipher_tv (Results 1 – 1 of 1) sorted by relevance
267 struct cipher_testvec *cipher_tv; in test_cipher() local292 cipher_tv = (void *) tvmem; in test_cipher()306 if (!(cipher_tv[i].np)) { in test_cipher()309 j, cipher_tv[i].klen * 8); in test_cipher()312 if (cipher_tv[i].wk) in test_cipher()314 key = cipher_tv[i].key; in test_cipher()316 ret = crypto_cipher_setkey(tfm, key, cipher_tv[i].klen); in test_cipher()320 if (!cipher_tv[i].fail) in test_cipher()324 p = cipher_tv[i].input; in test_cipher()327 sg[0].length = cipher_tv[i].ilen; in test_cipher()[all …]