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));
427 void des_key_setup(const u8 *key, u32 *ek, u32 *dk)
429 deskey(key, 0, ek);
434 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt)
439 desfunc(work, ek);
458 deskey(key, 0, dkey->ek[0]);
459 deskey(key + 8, 1, dkey->ek[1]);
460 deskey(key + 16, 0, dkey->ek[2]);
474 desfunc(work, key->ek[0]);
475 desfunc(work, key->ek[1]);
476 desfunc(work, key->ek[2]);