Searched refs:gss_OID (Results 1 – 14 of 14) sorted by relevance
/external/curl/tests/libtest/ |
D | stub_gssapi.h | 37 #define GSS_C_NO_OID ((gss_OID) 0) 91 } gss_OID_desc, *gss_OID; typedef 108 const gss_OID /*mech_type*/, 113 gss_OID * /*actual_mech_type*/, 127 gss_OID * /*mech_type*/, 164 const gss_OID /*input_name_type*/, 173 gss_OID * /*output_name_type*/); 178 const gss_OID /*mech_type*/,
|
D | stub_gssapi.c | 70 const gss_OID mech_type, in gss_init_sec_context() 75 gss_OID *actual_mech_type, in gss_init_sec_context() 267 const gss_OID input_name_type, in gss_import_name() 308 const gss_OID mech_type, in gss_display_status() 352 gss_OID *output_name_type) in gss_display_name() 366 gss_OID *mech_type, in gss_inquire_context()
|
/external/openssh/ |
D | ssh-gss.h | 94 gss_OID oid; /* client */ 104 void ssh_gssapi_set_oid(Gssctxt *, gss_OID); 108 OM_uint32 ssh_gssapi_test_oid_supported(OM_uint32 *, gss_OID, int *); 122 int ssh_gssapi_check_mechanism(Gssctxt **, gss_OID, const char *); 125 OM_uint32 ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
|
D | gss-serv.c | 84 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) in ssh_gssapi_test_oid_supported() 135 ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) in ssh_gssapi_server_ctx() 181 gss_OID mech; in ssh_gssapi_accept_ctx()
|
D | gss-genr.c | 74 ssh_gssapi_set_oid(Gssctxt *ctx, gss_OID oid) in ssh_gssapi_set_oid() 253 ssh_gssapi_check_mechanism(Gssctxt **ctx, gss_OID oid, const char *host) in ssh_gssapi_check_mechanism()
|
D | monitor_wrap.h | 55 OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
|
D | monitor_wrap.c | 862 mm_ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID goid) in mm_ssh_gssapi_server_ctx()
|
/external/curl/lib/ |
D | setup-os400.h | 150 gss_OID in_name_type, 157 int status_type, gss_OID mech_type, 167 gss_OID mech_type, 173 gss_OID * actual_mech_type,
|
D | curl_gssapi.h | 38 gss_OID mech_type,
|
D | curl_gssapi.c | 45 gss_OID mech_type, in Curl_gss_init_sec_context()
|
D | socks_gssapi.c | 145 (gss_OID) GSS_C_NULL_OID, &server); in Curl_SOCKS5_gssapi_negotiate()
|
/external/curl/packages/OS400/ |
D | os400sys.c | 800 gss_OID in_name_type, gss_name_t * out_name) in Curl_gss_import_name_a() 831 int status_type, gss_OID mech_type, in Curl_gss_display_status_a() 859 gss_name_t target_name, gss_OID mech_type, in Curl_gss_init_sec_context_a() 863 gss_OID * actual_mech_type, in Curl_gss_init_sec_context_a()
|
/external/libcups/cups/ |
D | http-private.h | 331 gss_OID gssmech; /* Authentication mechanism */
|
D | auth.c | 71 OM_uint32, OM_uint32, const gss_OID,
|