Searched refs:ERR (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
D | sign-file.c | 112 #define ERR(cond, fmt, ...) \ macro 152 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key() 156 ERR(1, "ENGINE_init"); in read_private_key() 158 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), in read_private_key() 162 ERR(!private_key, "%s", private_key_name); in read_private_key() 167 ERR(!b, "%s", private_key_name); in read_private_key() 170 ERR(!private_key, "%s", private_key_name); in read_private_key() 185 ERR(!b, "%s", x509_name); in read_x509() 198 ERR(1, "%s", x509_name); in read_x509() 201 ERR(BIO_reset(b) != 0, "%s", x509_name); in read_x509() [all …]
|
D | extract-cert.c | 71 #define ERR(cond, fmt, ...) \ macro 91 ERR(!wb, "%s", cert_dst); in write_cert() 94 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert() 120 ERR(!f, "%s", cert_dst); in main() 125 ERR(1, "BoringSSL does not support extracting from PKCS#11"); in main() 140 ERR(!e, "Load PKCS#11 ENGINE"); in main() 144 ERR(1, "ENGINE_init"); in main() 146 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main() 148 ERR(!parms.cert, "Get X.509 from PKCS#11"); in main() 156 ERR(!b, "%s", cert_src); in main() [all …]
|
/scripts/kconfig/lxdialog/ |
D | util.c | 559 } 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()
|