Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dtcrypt.c571 test_cipher ("arc4", MODE_ECB, ENCRYPT, arc4_enc_tv_template, ARC4_ENC_TEST_VECTORS); in do_test()
687 test_cipher ("arc4", MODE_ECB, ENCRYPT, arc4_enc_tv_template, ARC4_ENC_TEST_VECTORS); in do_test()
Dtcrypt.h1844 #define ARC4_ENC_TEST_VECTORS 7 macro