Searched refs:auth_key_name (Results 1 – 3 of 3) sorted by relevance
1019 char *auth_key_name; member1084 kfree(ctx->auth_key_name); in ubifs_parse_param()1085 ctx->auth_key_name = param->string; in ubifs_parse_param()1109 kfree(c->auth_key_name); in ubifs_release_options()1110 c->auth_key_name = NULL; in ubifs_release_options()1277 if (c->auth_key_name) { in mount_ubifs()2148 c->auth_key_name = ctx->auth_key_name; in ubifs_fill_super()2156 ctx->auth_key_name = NULL; in ubifs_fill_super()2322 kfree(ctx->auth_key_name); in ubifs_free_fc()
278 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL); in ubifs_init_authentication()
1491 char *auth_key_name; member