Lines Matching refs:vfyopts
95 STACK_OF(OPENSSL_STRING) *vfyopts,
107 STACK_OF(OPENSSL_STRING) *vfyopts,
271 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL;
413 if (vfyopts == NULL)
414 vfyopts = sk_OPENSSL_STRING_new_null();
415 if (vfyopts == NULL || !sk_OPENSSL_STRING_push(vfyopts, opt_arg()))
974 x509, dgst, sigopts, vfyopts, attribs,
995 sigopts, vfyopts, attribs, db,
1015 sigopts, vfyopts,
1339 sk_OPENSSL_STRING_free(vfyopts);
1361 STACK_OF(OPENSSL_STRING) *vfyopts,
1392 i = do_X509_REQ_verify(req, pktmp, vfyopts);
1419 STACK_OF(OPENSSL_STRING) *vfyopts,
1444 i = do_X509_verify(template_cert, pktmp, vfyopts);