Lines Matching full:description
103 char *description, *dp; in cifs_get_spnego_key() local
122 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
123 if (description == NULL) in cifs_get_spnego_key()
126 dp = description; in cifs_get_spnego_key()
131 dp = description + strlen(description); in cifs_get_spnego_key()
141 dp = description + strlen(description); in cifs_get_spnego_key()
151 dp = description + strlen(description); in cifs_get_spnego_key()
154 dp = description + strlen(description); in cifs_get_spnego_key()
158 dp = description + strlen(description); in cifs_get_spnego_key()
162 dp = description + strlen(description); in cifs_get_spnego_key()
165 cFYI(1, "key description = %s", description); in cifs_get_spnego_key()
166 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key()
177 kfree(description); in cifs_get_spnego_key()