Home
last modified time | relevance | path

Searched refs:smaj_stat (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kgssapi/
H A Dgsstest.c205 OM_uint32 smaj_stat, smin_stat; in gsstest_1() local
298 smaj_stat = gss_acquire_cred(&smin_stat, in gsstest_1()
301 if (GSS_ERROR(smaj_stat)) { in gsstest_1()
303 report_error(mech_type, smaj_stat, smin_stat); in gsstest_1()
307 smaj_stat = gss_accept_sec_context(&smin_stat, in gsstest_1()
318 if (GSS_ERROR(smaj_stat)) { in gsstest_1()
320 report_error(mech_type, smaj_stat, smin_stat); in gsstest_1()