Searched refs:description (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | cifs_spnego.c | 92 char *description, *dp; in cifs_get_spnego_key() local 112 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key() 113 if (description == NULL) in cifs_get_spnego_key() 116 dp = description; in cifs_get_spnego_key() 121 dp = description + strlen(description); in cifs_get_spnego_key() 131 dp = description + strlen(description); in cifs_get_spnego_key() 143 dp = description + strlen(description); in cifs_get_spnego_key() 147 dp = description + strlen(description); in cifs_get_spnego_key() 152 dp = description + strlen(description); in cifs_get_spnego_key() 156 dp = description + strlen(description); in cifs_get_spnego_key() [all …]
|
/fs/crypto/ |
D | keysetup_v1.c | 97 char *description; in find_and_lock_process_key() local 102 description = kasprintf(GFP_KERNEL, "%s%*phN", prefix, in find_and_lock_process_key() 104 if (!description) in find_and_lock_process_key() 107 key = request_key(&key_type_logon, description, NULL); in find_and_lock_process_key() 108 kfree(description); in find_and_lock_process_key() 125 key->description); in find_and_lock_process_key() 132 key->description, payload->size, min_keysize); in find_and_lock_process_key()
|
D | keyring.c | 144 seq_puts(m, key->description); in fscrypt_user_key_describe() 171 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE], in format_mk_users_keyring_description() 174 sprintf(description, "fscrypt-%*phN-users", in format_mk_users_keyring_description() 179 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE], in format_mk_user_description() 183 sprintf(description, "%*phN.uid.%u", FSCRYPT_KEY_IDENTIFIER_SIZE, in format_mk_user_description() 324 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE]; in allocate_master_key_users_keyring() local 327 format_mk_users_keyring_description(description, in allocate_master_key_users_keyring() 329 keyring = keyring_alloc(description, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in allocate_master_key_users_keyring() 346 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; in find_master_key_user() local 349 format_mk_user_description(description, mk->mk_spec.u.identifier); in find_master_key_user() [all …]
|
/fs/afs/ |
D | security.c | 29 _debug("key %s", cell->anonymous_key->description); in afs_request_key() 30 key = request_key_net(&key_type_rxrpc, cell->anonymous_key->description, in afs_request_key() 57 _debug("key %s", cell->anonymous_key->description); in afs_request_key_rcu() 59 cell->anonymous_key->description, in afs_request_key_rcu()
|
/fs/ |
D | Kconfig | 13 bool "Validate filesystem parameter description" 15 Enable this to perform validation of the parameter description for a
|
/fs/nfs/ |
D | nfs4idmap.c | 604 ret = nfs_idmap_prepare_message(key->description, idmap, im, msg); in nfs_idmap_legacy_upcall()
|