Home
last modified time | relevance | path

Searched defs:hash_testvec (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/crypto/
Dtcrypt.h27 struct hash_testvec { struct
28 char plaintext[128];
29 unsigned char psize;
30 char digest[MAX_DIGEST_SIZE];
31 unsigned char np;
32 unsigned char tap[MAX_TAP];
33 char key[128]; /* only used with keyed hash algorithms */
34 unsigned char ksize;