Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 3 of 3) sorted by relevance

/scripts/
Dsign-file.c105 #define ERR(cond, fmt, ...) \ macro
145 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key()
149 ERR(1, "ENGINE_init"); in read_private_key()
151 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), in read_private_key()
155 ERR(!private_key, "%s", private_key_name); in read_private_key()
160 ERR(!b, "%s", private_key_name); in read_private_key()
163 ERR(!private_key, "%s", private_key_name); in read_private_key()
178 ERR(!b, "%s", x509_name); in read_x509()
191 ERR(1, "%s", x509_name); in read_x509()
194 ERR(BIO_reset(b) != 0, "%s", x509_name); in read_x509()
[all …]
Dextract-cert.c62 #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/
Dutil.c559 } while (key3 != ERR); in on_key_esc()
562 if (key == KEY_ESC && key2 == ERR) in on_key_esc()
564 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()