Searched refs:eks (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | ideatest.c | 108 IDEA_KEY_SCHEDULE eks, dks; in test_idea_cfb64() local 111 IDEA_set_encrypt_key(cfb_key, &eks); in test_idea_cfb64() 112 IDEA_set_decrypt_key(&eks, &dks); in test_idea_cfb64() 115 IDEA_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in test_idea_cfb64() 118 (long)CFB_TEST_SIZE - 12, &eks, in test_idea_cfb64() 124 IDEA_cfb64_encrypt(cfb_buf1, cfb_buf2, (long)13, &eks, in test_idea_cfb64() 127 (long)CFB_TEST_SIZE - 13, &eks, in test_idea_cfb64()
|
| /src/sys/dev/sfxge/common/ |
| H A D | efx_lic.c | 1274 efx_key_stats_t eks; in efx_lic_init() local 1316 if (efx_lic_get_key_stats(enp, &eks) == 0) { in efx_lic_init()
|