des_ekey
return des_ekey(ctx->expkey, key) ? 0 : -ENOKEY;
des_ekey(pe, key); pe += DES_EXPKEY_WORDS; key += DES_KEY_SIZE;
des_ekey(pe, key);