Searched refs:auth_key_name (Results 1 – 3 of 3) sorted by relevance
303 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL); in ubifs_init_authentication()
1095 c->auth_key_name = kstrdup(args[0].from, GFP_KERNEL); in ubifs_parse_options()1096 if (!c->auth_key_name) in ubifs_parse_options()1283 if (c->auth_key_name) { in mount_ubifs()1634 kfree(c->auth_key_name); in ubifs_umount()
1472 char *auth_key_name; member