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

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c99 int nmin, int ndays, int badsig);
209 {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"},
257 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
459 opt_int(opt_arg(), &nmin); local
684 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, badsig);
1138 int nmin, int ndays, int badsig)
1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1133 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig) argument

Completed in 91 milliseconds