Home
last modified time | relevance | path

Searched refs:gss_unwrap (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/tests/libtest/
H A Dstub_gssapi.h142 OM_uint32 gss_unwrap(OM_uint32 * /* minor_status */,
H A Dstub_gssapi.c414 OM_uint32 gss_unwrap(OM_uint32 *min, in gss_unwrap() function
/third_party/curl/lib/vauth/
H A Dkrb5_gssapi.c212 major_status = gss_unwrap(&minor_status, krb5->context, &input_token, in Curl_auth_create_gssapi_security_message()
215 Curl_gss_log_error(data, "gss_unwrap() failed: ", in Curl_auth_create_gssapi_security_message()
/third_party/curl/lib/
H A Dsocks_gssapi.c381 * gss_unwrap(). in Curl_SOCKS5_gssapi_negotiate()
485 gss_major_status = gss_unwrap(&gss_minor_status, gss_context, in Curl_SOCKS5_gssapi_negotiate()
489 if(check_gss_err(data, gss_major_status, gss_minor_status, "gss_unwrap")) { in Curl_SOCKS5_gssapi_negotiate()
H A Dkrb5.c148 maj = gss_unwrap(&min, *context, &enc, &dec, NULL, NULL); in krb5_decode()

Completed in 4 milliseconds