wait_for_key_construction
extern int wait_for_key_construction(struct key *key, bool intr);
ret = wait_for_key_construction(key, true);
ret = wait_for_key_construction(key, 1);
ret = wait_for_key_construction(key, true);
EXPORT_SYMBOL(wait_for_key_construction);
ret = wait_for_key_construction(key, false);
ret = wait_for_key_construction(key, false);