Home
last modified time | relevance | path

Searched refs:hmac_testvec (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/crypto/
Dtcrypt.h37 struct hmac_testvec { struct
311 struct hmac_testvec hmac_md5_tv_template[] =
375 struct hmac_testvec hmac_sha1_tv_template[] = {
440 struct hmac_testvec hmac_sha256_tv_template[] = {
Dtcrypt.c172 test_hmac(char *algo, struct hmac_testvec * template, unsigned int tcount) in test_hmac()
179 struct hmac_testvec *hmac_tv; in test_hmac()
190 tsize = sizeof (struct hmac_testvec); in test_hmac()