Searched refs:spnego_key (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dcifs_spnego.c103 struct key *spnego_key; local
117 spnego_key = ERR_PTR(-ENOMEM);
124 spnego_key = ERR_PTR(-EINVAL);
160 spnego_key = request_key(&cifs_spnego_key_type, description, "");
163 if (cifsFYI && !IS_ERR(spnego_key)) {
164 struct cifs_spnego_msg *msg = spnego_key->payload.data;
172 return spnego_key;
H A Dsess.c578 struct key *spnego_key = NULL; local
744 spnego_key = cifs_get_spnego_key(ses);
745 if (IS_ERR(spnego_key)) {
746 rc = PTR_ERR(spnego_key);
747 spnego_key = NULL;
751 msg = spnego_key->payload.data;
924 if (spnego_key) {
925 key_revoke(spnego_key);
926 key_put(spnego_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dcifs_spnego.c103 struct key *spnego_key; local
117 spnego_key = ERR_PTR(-ENOMEM);
124 spnego_key = ERR_PTR(-EINVAL);
160 spnego_key = request_key(&cifs_spnego_key_type, description, "");
163 if (cifsFYI && !IS_ERR(spnego_key)) {
164 struct cifs_spnego_msg *msg = spnego_key->payload.data;
172 return spnego_key;
H A Dsess.c578 struct key *spnego_key = NULL; local
744 spnego_key = cifs_get_spnego_key(ses);
745 if (IS_ERR(spnego_key)) {
746 rc = PTR_ERR(spnego_key);
747 spnego_key = NULL;
751 msg = spnego_key->payload.data;
924 if (spnego_key) {
925 key_revoke(spnego_key);
926 key_put(spnego_key);

Completed in 203 milliseconds