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);
121 ERR(!f, "%s", cert_dst);
137 ERR(!e, "Load PKCS#11 ENGINE");
141 ERR(1, "ENGINE_init");
143 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN");
145 ERR(!parms.cert, "Get X.509 from PKCS#11");
152 ERR(!b, "%s", cert_src);
164 ERR(!x509, "%s", cert_src);