Home
last modified time | relevance | path

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

/openssl-master/test/
A Dideatest.c93 IDEA_KEY_SCHEDULE eks, dks; in test_idea_cfb64() local
96 IDEA_set_encrypt_key(cfb_key, &eks); in test_idea_cfb64()
97 IDEA_set_decrypt_key(&eks, &dks); in test_idea_cfb64()
100 IDEA_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in test_idea_cfb64()
103 (long)CFB_TEST_SIZE - 12, &eks, in test_idea_cfb64()
109 IDEA_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks, in test_idea_cfb64()
112 (long)CFB_TEST_SIZE - 13, &eks, in test_idea_cfb64()

Completed in 4 milliseconds