Lines Matching defs:ERR
69 #define ERR(cond, fmt, ...) \
89 ERR(!wb, "%s", cert_dst);
92 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst);
118 ERR(!f, "%s", cert_dst);
134 ERR(!e, "Load PKCS#11 ENGINE");
138 ERR(1, "ENGINE_init");
140 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN");
142 ERR(!parms.cert, "Get X.509 from PKCS#11");
149 ERR(!b, "%s", cert_src);
161 ERR(!x509, "%s", cert_src);