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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Drevoke.c56 time_t last_modfied; member in struct:revoke_crl
64 time_t last_modfied; member in struct:revoke_ocsp
375 ocsp->last_modfied = sb.st_mtime;
648 &ctx->crls.val[ctx->crls.len].last_modfied,
701 if (ret == 0 && ocsp->last_modfied != sb.st_mtime) {
781 if (ret == 0 && crl->last_modfied != sb.st_mtime) {
784 ret = load_crl(crl->path, &crl->last_modfied, &cl);

Completed in 106 milliseconds