Searched refs:gss (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_gssapi.h31 # include <gss.h>
43 /* Common method for using gss api */
H A Dhttp_negotiate_sspi.c64 if(neg_ctx->gss)
97 bool gss = FALSE; local
103 gss = TRUE;
107 gss = FALSE;
113 if(neg_ctx->gss != gss) {
119 neg_ctx->gss = gss;
H A Dhttp_negotiate.c78 if(neg_ctx->gss)
144 bool gss; local
150 gss = TRUE;
154 gss = FALSE;
160 if(neg_ctx->gss != gss) {
166 neg_ctx->gss = gss;
H A Durldata.h195 # include <gss.h>
443 bool gss; /* Whether we're processing GSS-Negotiate or Negotiate */ member in struct:negotiatedata
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgssapi.h50 gss_buffer_desc gss[3]; /* gss-api tokens. */ member in struct:gssapi_ph1_state
H A Dgssapi.c279 itoken = &gps->gss[gps->gsscnt];
329 itoken = &gps->gss[gps->gsscnt];
404 gsstoken = &gps->gss[gps->gsscnt - 1];
428 len += gps->gss[i].length;
435 memcpy(p, gps->gss[i].value, gps->gss[i].length);
436 p += gps->gss[i].length;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Ddccp.h394 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss)
399 dh->dccph_seq = htons((gss >> 32) & 0xfffff);
400 dhx->dccph_seq_low = htonl(gss & 0xffffffff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c1216 /* legacy gss-only clients are always OK: */
1248 goto gss;
1253 goto gss;
1256 /* If it has secinfo, assume there are no gss/... clients */
1259 gss:
1260 /* Otherwise, try falling back on gss client */
1277 goto gss;
1282 goto gss;
1285 /* If it has secinfo, assume there are no gss/... clients */
1288 gss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_vms.com619 $ try_shr = "sys$share:gss$rtl"
H A Dgenerate_config_vms_h_curl.com163 $! If kerberos is installed: sys$share:gss$rtl.exe exists.
164 $ if f$search("sys$shsare:gss$rtl.exe") .eqs. ""

Completed in 123 milliseconds