Searched refs:eks (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | ideatest.c | 94 IDEA_KEY_SCHEDULE eks, dks; in test_idea_cfb64() local 97 IDEA_set_encrypt_key(cfb_key, &eks); in test_idea_cfb64() 98 IDEA_set_decrypt_key(&eks, &dks); in test_idea_cfb64() 101 IDEA_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in test_idea_cfb64() 104 (long)CFB_TEST_SIZE - 12, &eks, in test_idea_cfb64() 110 IDEA_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks, in test_idea_cfb64() 113 (long)CFB_TEST_SIZE - 13, &eks, in test_idea_cfb64()
|
Completed in 5 milliseconds