Searched refs:eks (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/idea/ |
| D | ideatest.c | 181 IDEA_KEY_SCHEDULE eks, dks; in cfb64_test() local 184 idea_set_encrypt_key(cfb_key, &eks); in cfb64_test() 185 idea_set_decrypt_key(&eks, &dks); in cfb64_test() 188 idea_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in cfb64_test() 191 (long)CFB_TEST_SIZE - 12, &eks, in cfb64_test() 201 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks, in cfb64_test() 204 (long)CFB_TEST_SIZE - 13, &eks, in cfb64_test()
|
| /freebsd-10-stable/crypto/openssl/crypto/rc2/ |
| D | rc2test.c | 221 IDEA_KEY_SCHEDULE eks, dks; in cfb64_test() local 224 idea_set_encrypt_key(cfb_key, &eks); in cfb64_test() 225 idea_set_decrypt_key(&eks, &dks); in cfb64_test() 228 idea_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in cfb64_test() 231 (long)CFB_TEST_SIZE - 12, &eks, in cfb64_test() 241 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks, in cfb64_test()
|
| /freebsd-10-stable/crypto/openssl/crypto/rc5/ |
| D | rc5test.c | 328 IDEA_KEY_SCHEDULE eks, dks; in cfb64_test() local 331 idea_set_encrypt_key(cfb_key, &eks); in cfb64_test() 332 idea_set_decrypt_key(&eks, &dks); in cfb64_test() 335 idea_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in cfb64_test() 338 (long)CFB_TEST_SIZE - 12, &eks, in cfb64_test() 348 idea_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)17, &eks, in cfb64_test()
|
| /freebsd-10-stable/sys/dev/sfxge/common/ |
| D | efx_lic.c | 1321 efx_key_stats_t eks; in efx_lic_init() local 1358 if (efx_lic_get_key_stats(enp, &eks) == 0) { in efx_lic_init()
|