Searched refs:cipher_tv (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.c225 struct cipher_testvec *cipher_tv; local
248 cipher_tv = (void *)tvmem;
271 if (!(cipher_tv[i].np)) {
274 j, cipher_tv[i].klen * 8);
277 if (cipher_tv[i].wk)
280 key = cipher_tv[i].key;
283 cipher_tv[i].klen);
288 if (!cipher_tv[i].fail)
292 sg_set_buf(&sg[0], cipher_tv[i].input,
293 cipher_tv[
[all...]

Completed in 89 milliseconds