Searched refs:stat_min (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | server.c | 6125 OM_uint32 stat_min, ret; in gserver_authenticate_connection() local 6140 if (gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE, in gserver_authenticate_connection() 6146 if (gss_acquire_cred (&stat_min, server_name, 0, GSS_C_NULL_OID_SET, in gserver_authenticate_connection() 6151 gss_release_name (&stat_min, &server_name); in gserver_authenticate_connection() 6168 if (gss_accept_sec_context (&stat_min, in gserver_authenticate_connection() 6192 if (gss_display_name (&stat_min, client_name, &desc, in gserver_authenticate_connection() 6289 OM_uint32 stat_min; local 6309 gss_release_buffer (&stat_min, &outbuf); 6327 OM_uint32 stat_min; local 6339 if (gss_wrap (&stat_min, gd->gcontext, conf_req, GSS_C_QOP_DEFAULT, [all …]
|
H A D | client.c | 4251 OM_uint32 stat_min, stat_maj; local 4262 gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE, 4270 stat_maj = gss_init_sec_context (&stat_min, GSS_C_NO_CREDENTIAL, 4289 gss_display_status (&new_stat_min, stat_min, GSS_C_MECH_CODE,
|