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

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
context_time.c 42 OM_uint32 *lifetime_rec)
48 *lifetime_rec = GSS_C_INDEFINITE;
54 *lifetime_rec = 0;
60 *lifetime_rec = 0;
62 *lifetime_rec = endtime - now;
inquire_context.c 43 OM_uint32 * lifetime_rec,
78 if (lifetime_rec) {
82 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) {
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;
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
inquire_context.c 44 OM_uint32 * lifetime_rec,
58 if (lifetime_rec)
59 *lifetime_rec = GSS_C_INDEFINITE;
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_inquire_context.c 38 OM_uint32 *lifetime_rec,
54 if (lifetime_rec)
55 *lifetime_rec = 0;
69 lifetime_rec,
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
context_stubs.c 390 OM_uint32 * lifetime_rec,
415 lifetime_rec,

Completed in 24 milliseconds