Searched refs:auth_key_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | super.c | 1126 c->auth_key_name = kstrdup(args[0].from, in ubifs_parse_options() 1128 if (!c->auth_key_name) in ubifs_parse_options() 1168 kfree(c->auth_key_name); in ubifs_release_options() 1169 c->auth_key_name = NULL; in ubifs_release_options() 1331 if (c->auth_key_name) { in mount_ubifs() 1337 ubifs_err(c, "auth_key_name, but UBIFS is built without" in mount_ubifs()
|
H A D | auth.c | 280 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL); in ubifs_init_authentication()
|
H A D | ubifs.h | 1231 * @auth_key_name: the authentication key name 1474 char *auth_key_name; member
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | super.c | 1126 c->auth_key_name = kstrdup(args[0].from, in ubifs_parse_options() 1128 if (!c->auth_key_name) in ubifs_parse_options() 1168 kfree(c->auth_key_name); in ubifs_release_options() 1169 c->auth_key_name = NULL; in ubifs_release_options() 1335 if (c->auth_key_name) { in mount_ubifs() 1341 ubifs_err(c, "auth_key_name, but UBIFS is built without" in mount_ubifs()
|
H A D | auth.c | 279 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL); in ubifs_init_authentication()
|
H A D | ubifs.h | 1252 * @auth_key_name: the authentication key name 1502 char *auth_key_name; member
|
Completed in 14 milliseconds