Lines Matching refs:ret
40 X509_EXTENSION *ret;
45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
46 if (!ret) {
55 return ret;
371 int ret = X509V3_EXT_add_nconf_sk(conf, ctx, section, &exts);
373 if (ret && req != NULL && exts != NULL)
374 ret = X509_REQ_add_extensions(req, exts);
376 return ret;
484 X509_EXTENSION *ret;
489 ret = X509V3_EXT_nconf(ctmp, ctx, name, value);
492 return ret;
499 X509_EXTENSION *ret;
504 ret = X509V3_EXT_nconf_nid(ctmp, ctx, ext_nid, value);
507 return ret;
541 int ret;
546 ret = X509V3_EXT_add_nconf(ctmp, ctx, section, cert);
549 return ret;
558 int ret;
563 ret = X509V3_EXT_CRL_add_nconf(ctmp, ctx, section, crl);
566 return ret;
575 int ret;
580 ret = X509V3_EXT_REQ_add_nconf(ctmp, ctx, section, req);
583 return ret;