Home
last modified time | relevance | path

Searched refs:OTP_DB_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp.h52 #define OTP_DB_TIMEOUT 60 macro
H A Dotp_db.c65 if (time(NULL) - statbuf.st_mtime > OTP_DB_TIMEOUT) in otp_db_open()