Searched refs:ERR (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| D | sign-file.c | 117 ERR(1, "OSSL_PROVIDER_try_load(pkcs11)"); in read_private_key_pkcs11() 119 ERR(1, "OSSL_PROVIDER_try_load(default)"); in read_private_key_pkcs11() 122 ERR(!store, "OSSL_STORE_open"); in read_private_key_pkcs11() 133 ERR(!private_key, "OSSL_STORE_INFO_get1_PKEY"); in read_private_key_pkcs11() 146 ERR(!e, "Load PKCS#11 ENGINE"); in read_private_key_pkcs11() 150 ERR(1, "ENGINE_init"); in read_private_key_pkcs11() 152 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in read_private_key_pkcs11() 154 ERR(!private_key, "%s", private_key_name); in read_private_key_pkcs11() 171 ERR(!b, "%s", private_key_name); in read_private_key() 174 ERR(!private_key, "%s", private_key_name); in read_private_key() [all …]
|
| D | ssl-common.h | 25 #define ERR(cond, fmt, ...) \ macro
|
| /scripts/kconfig/lxdialog/ |
| D | util.c | 532 } while (key3 != ERR); in on_key_esc() 535 if (key == KEY_ESC && key2 == ERR) in on_key_esc() 537 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
|
| /scripts/kconfig/ |
| D | nconf.c | 511 if (match_start == ERR) in get_mext_match()
|