Searched refs:cred_time (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_acquire_cred.c48 OM_uint32 min_time, cred_time; local
129 &mc->gmc_cred, NULL, &cred_time);
134 if (cred_time < min_time)
135 min_time = cred_time;
/freebsd-12-stable/lib/libgssapi/
H A Dgss_acquire_cred.c57 OM_uint32 min_time, cred_time; local
135 &mc->gmc_cred, NULL, &cred_time);
140 if (cred_time < min_time)
141 min_time = cred_time;

Completed in 108 milliseconds