HomeSort by: relevance | last modified time | path
    Searched defs:lifetime_rec (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
accept_sec_context.c 777 OM_uint32 lifetime_rec; local
782 &lifetime_rec);
786 if (lifetime_rec == 0) {
790 if (time_rec) *time_rec = lifetime_rec;
init_sec_context.c 218 OM_uint32 lifetime_rec; local
262 ctx->endtime, &lifetime_rec);
265 if (lifetime_rec == 0) {
270 if (time_rec) *time_rec = lifetime_rec;
397 OM_uint32 lifetime_rec; local
446 &lifetime_rec);
450 if (lifetime_rec == 0) {

Completed in 15 milliseconds