Searched refs:OTP_DB_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/ | ||
H A D | otp.h | 52 #define OTP_DB_TIMEOUT 60 macro |
H A D | otp_db.c | 65 if (time(NULL) - statbuf.st_mtime > OTP_DB_TIMEOUT) in otp_db_open() |