Searched refs:auth_key_name (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dauth.c278 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL);
H A Dsuper.c1124 c->auth_key_name = kstrdup(args[0].from,
1126 if (!c->auth_key_name)
1166 kfree(c->auth_key_name);
1167 c->auth_key_name = NULL;
1334 if (c->auth_key_name) {
1340 ubifs_err(c, "auth_key_name, but UBIFS is built without"
H A Dubifs.h1254 * @auth_key_name: the authentication key name
1506 char *auth_key_name; member in struct:ubifs_info

Completed in 224 milliseconds