Searched refs:hash_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.c111 struct hash_testvec *hash_tv; local
126 hash_tv = (void *)tvmem;
142 sg_set_buf(&sg[0], hash_tv[i].plaintext, hash_tv[i].psize);
144 if (hash_tv[i].ksize) {
145 ret = crypto_hash_setkey(tfm, hash_tv[i].key,
146 hash_tv[i].ksize);
153 ret = crypto_hash_digest(&desc, sg, hash_tv[i].psize, result);
161 memcmp(result, hash_tv[i].digest,
173 if (hash_tv[
[all...]

Completed in 56 milliseconds