OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gss_wrap
(Results
1 - 7
of
7
) sorted by null
/external/curl/lib/
socks_gssapi.c
350
* protected with gss_seal()/
gss_wrap
(). See RFC1961 extract below
373
* required protection level using gss_seal()/
gss_wrap
() with conf_req
391
gss_major_status =
gss_wrap
(&gss_minor_status, gss_context, 0,
395
if(check_gss_err(data, gss_major_status, gss_minor_status, "
gss_wrap
")) {
socks_sspi.c
349
* protected with gss_seal()/
gss_wrap
(). See RFC1961 extract below
372
* required protection level using gss_seal()/
gss_wrap
() with conf_req
/external/curl/tests/libtest/
stub_gssapi.h
132
OM_uint32
gss_wrap
(OM_uint32 * /*minor_status*/,
stub_gssapi.c
356
OM_uint32
gss_wrap
(OM_uint32 *min,
function
/external/curl/lib/vauth/
krb5_gssapi.c
349
major_status =
gss_wrap
(&minor_status, krb5->context, 0,
353
Curl_gss_log_error(data, "
gss_wrap
() failed: ",
/external/ipsec-tools/src/racoon/
gssapi.c
543
maj_stat =
gss_wrap
(&min_stat, gps->gss_context, 1, GSS_C_QOP_DEFAULT,
oakley.c
845
* for gssapi, also include all GSS tokens, and call
gss_wrap
on the result
[
all
...]
Completed in 374 milliseconds