Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dsuper.c1124 c->auth_key_name = kstrdup(args[0].from, in ubifs_parse_options()
1126 if (!c->auth_key_name) in ubifs_parse_options()
1166 kfree(c->auth_key_name); in ubifs_release_options()
1167 c->auth_key_name = NULL; in ubifs_release_options()
1334 if (c->auth_key_name) { in mount_ubifs()
Dauth.c278 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL); in ubifs_init_authentication()
Dubifs.h1496 char *auth_key_name; member