LMK_SEED_SIZE
lmk->seed = kzalloc(LMK_SEED_SIZE, GFP_KERNEL);
memset(lmk->seed, 0, LMK_SEED_SIZE);
md5_update(&ctx, lmk->seed, LMK_SEED_SIZE);