Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dprovider_conf.c203 int soft, const CONF *cnf) in provider_conf_activate() argument
232 if (soft) in provider_conf_activate()
234 return (soft == 0) ? -1 : 0; in provider_conf_activate()
316 int soft = 0; in provider_conf_load() local
349 confvalue, &soft)) in provider_conf_load()
362 ok = provider_conf_activate(libctx, name, value, path, soft, cnf); in provider_conf_load()
/openssl/crypto/engine/
H A Deng_cnf.c52 int soft = 0; in int_engine_configure() local
77 soft = 1; in int_engine_configure()
98 if (!e && soft) { in int_engine_configure()
/openssl/
H A DCHANGES.md11307 * Allow engines to be "soft loaded" - i.e. optionally don't die if

Completed in 62 milliseconds