Searched refs:ERR (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
D | sign-file.c | 99 #define ERR(cond, fmt, ...) \ macro 188 ERR(asprintf(&dest_name, "%s.~signed~", module_name) < 0, in main() 210 ERR(!e, "Load PKCS#11 ENGINE"); in main() 214 ERR(1, "ENGINE_init"); in main() 216 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main() 219 ERR(!private_key, "%s", private_key_name); in main() 222 ERR(!b, "%s", private_key_name); in main() 224 ERR(!private_key, "%s", private_key_name); in main() 229 ERR(!b, "%s", x509_name); in main() 232 ERR(BIO_reset(b) != 1, "%s", x509_name); in main() [all …]
|
D | extract-cert.c | 62 #define ERR(cond, fmt, ...) \ macro 82 ERR(!wb, "%s", cert_dst); in write_cert() 85 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert() 111 ERR(!f, "%s", cert_dst); in main() 127 ERR(!e, "Load PKCS#11 ENGINE"); in main() 131 ERR(1, "ENGINE_init"); in main() 133 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main() 135 ERR(!parms.cert, "Get X.509 from PKCS#11"); in main() 142 ERR(!b, "%s", cert_src); in main() 154 ERR(!x509, "%s", cert_src); in main()
|
/scripts/kconfig/lxdialog/ |
D | util.c | 572 } while (key3 != ERR); in on_key_esc() 575 if (key == KEY_ESC && key2 == ERR) in on_key_esc() 577 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
|