Searched refs:test_hmac (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | tcrypt.c | 172 test_hmac(char *algo, struct hmac_testvec * template, unsigned int tcount) in test_hmac() function 604 test_hmac("md5", hmac_md5_tv_template, HMAC_MD5_TEST_VECTORS); in do_test() 605 test_hmac("sha1", hmac_sha1_tv_template, HMAC_SHA1_TEST_VECTORS); in do_test() 606 test_hmac("sha256", hmac_sha256_tv_template, HMAC_SHA256_TEST_VECTORS); in do_test() 739 test_hmac("md5", hmac_md5_tv_template, HMAC_MD5_TEST_VECTORS); in do_test() 743 test_hmac("sha1", hmac_sha1_tv_template, HMAC_SHA1_TEST_VECTORS); in do_test() 747 test_hmac("sha256", hmac_sha256_tv_template, HMAC_SHA256_TEST_VECTORS); in do_test()
|