Home
last modified time | relevance | path

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

/scripts/
Dsign-file.c117 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 …]
Dssl-common.h25 #define ERR(cond, fmt, ...) \ macro
/scripts/kconfig/lxdialog/
Dutil.c532 } 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/
Dnconf.c511 if (match_start == ERR) in get_mext_match()