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

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
test_kcred.c 49 OM_uint32 lifetime1, lifetime2; local
63 maj_stat = gss_inquire_cred(&min_stat, cred1, &name1, &lifetime1,
95 if (lifetime1 != lifetime1)
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_kcred.c 61 OM_uint32 lifetime1, lifetime2; local
75 maj_stat = gss_inquire_cred(&min_stat, cred1, &name1, &lifetime1,
107 if (lifetime1 != lifetime2)
109 (unsigned long)lifetime1, (unsigned long)lifetime2);
131 if (lifetime1 != lifetime2)
133 (unsigned long)lifetime1, (unsigned long)lifetime2);

Completed in 14 milliseconds