Searched refs:krb5_timeofday (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcontext_time.c50 kret = krb5_timeofday(context, &timeret);
H A Dinit_sec_context.c238 krb5_timeofday (context, &ts);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dtime.c83 krb5_timeofday (krb5_context context, function
H A Drd_priv.c136 krb5_timeofday (context, &sec);
H A Drd_safe.c158 krb5_timeofday (context, &sec);
H A Dticket.c759 krb5_timeofday (context, &sec_now);
768 krb5_timeofday (context, &sec_now);
H A Drd_cred.c221 krb5_timeofday (context, &sec);
H A Drd_req.c240 krb5_timeofday (context, &now);
442 krb5_timeofday (context, &now);
H A Dget_cred.c1172 krb5_timeofday(context, &timeret);
1389 krb5_timeofday(context, &timeret);
H A Dinit_creds_pw.c192 krb5_timeofday (context, &now);
305 krb5_timeofday (context, &sec);
H A Dkrb5-protos.h4217 krb5_timeofday (
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c45 krb5_timeofday (context, &sec);
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dklist.c83 krb5_timeofday (context, &sec);
140 krb5_timeofday (context, &sec);
/freebsd-10.0-release/kerberos5/lib/libkrb5/
H A DMakefile83 krb5_timeofday.3 \
486 krb5_timeofday.3 krb5_us_timeofday.3 \
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.c134 #define krb5_timeofday kssl_krb5_timeofday macro
329 GetProcAddress( hKRB5_32, "krb5_timeofday" );
571 krb5_timeofday(krb5_context con, krb5_int32 *timeret) function
1967 if ((rc = krb5_timeofday(context,&now))) return SSL_R_KRB5_S_BAD_TICKET;
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dpkinit.c101 krb5_timeofday (context, &now);
123 krb5_timeofday (context, &now);
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/
H A Dtest_context.c654 ret = krb5_timeofday(context, &now);
656 errx(1, "krb5_timeofday failed");

Completed in 248 milliseconds