Searched refs:stat_min (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | gssapi-client.c | 87 OM_uint32 stat_min, stat_maj; in connect_to_gserver() local 100 gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE, in connect_to_gserver() 108 stat_maj = gss_init_sec_context (&stat_min, GSS_C_NO_CREDENTIAL, in connect_to_gserver() 127 gss_display_status (&new_stat_min, stat_min, GSS_C_MECH_CODE, in connect_to_gserver() 218 OM_uint32 stat_min; in cvs_gssapi_wrap_input() local 224 if (gss_unwrap (&stat_min, gd->gcontext, &inbuf, &outbuf, &conf, NULL) in cvs_gssapi_wrap_input() 238 gss_release_buffer (&stat_min, &outbuf); in cvs_gssapi_wrap_input() 252 OM_uint32 stat_min; in cvs_gssapi_wrap_output() local 264 if (gss_wrap (&stat_min, gd->gcontext, conf_req, GSS_C_QOP_DEFAULT, in cvs_gssapi_wrap_output() 279 gss_release_buffer (&stat_min, &outbuf); in cvs_gssapi_wrap_output()
|
| H A D | server.c | 7428 OM_uint32 stat_min, ret; in gserver_authenticate_connection() local 7444 if (gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE, in gserver_authenticate_connection() 7450 if (gss_acquire_cred (&stat_min, server_name, 0, GSS_C_NULL_OID_SET, in gserver_authenticate_connection() 7455 gss_release_name (&stat_min, &server_name); in gserver_authenticate_connection() 7481 if (gss_accept_sec_context (&stat_min, in gserver_authenticate_connection() 7505 if (gss_display_name (&stat_min, client_name, &desc, in gserver_authenticate_connection()
|