Searched refs:vpmtouched (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/apps/ |
D | verify.c | 72 int vpmtouched = 0, crl_download = 0, show_chain = 0, i = 0, ret = 1; in verify_main() local 108 vpmtouched++; in verify_main() 176 if (vpmtouched) in verify_main()
|
D | ts.c | 164 int vpmtouched = 0; in ts_main() local 269 vpmtouched++; in ts_main() 289 if (vpmtouched) in ts_main() 296 if (vpmtouched) in ts_main() 313 vpmtouched ? vpm : NULL); in ts_main()
|
D | smime.c | 133 int vpmtouched = 0, rv = 0; in smime_main() local 317 vpmtouched++; in smime_main() 479 if (vpmtouched) in smime_main()
|
D | cms.c | 210 int flags = CMS_DETACHED, noout = 0, print = 0, keyidx = -1, vpmtouched = 0; in cms_main() local 565 vpmtouched++; in cms_main() 803 if (vpmtouched) in cms_main()
|
D | ocsp.c | 257 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; in ocsp_main() local 400 vpmtouched++; in ocsp_main() 759 if (vpmtouched) in ocsp_main()
|
D | s_server.c | 1004 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local 1294 vpmtouched++; in s_server_main() 1891 if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) { in s_server_main() 1953 if (vpmtouched && !SSL_CTX_set1_param(ctx2, vpm)) { in s_server_main()
|
D | s_client.c | 917 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main() local 1153 vpmtouched++; in s_client_main() 1764 if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) { in s_client_main()
|