Lines Matching defs:ek
403 u32 ek[32], work[2];
414 deskey(pkey, 0, ek);
418 desfunc(work, ek);
423 os_memset(ek, 0, sizeof(ek));
428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk)
430 deskey(key, 0, ek);
435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt)
440 desfunc(work, ek);
459 deskey(key, 0, dkey->ek[0]);
460 deskey(key + 8, 1, dkey->ek[1]);
461 deskey(key + 16, 0, dkey->ek[2]);
475 desfunc(work, key->ek[0]);
476 desfunc(work, key->ek[1]);
477 desfunc(work, key->ek[2]);