Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 5 of 5) 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/doc/man3/
H A DEVP_EncodeInit.pod113 For compatibility with B<PEM>, the B<-> (hyphen) character is treated as a soft
116 The soft end-of-input, if present, MUST occur after a multiple of 4 valid base64
118 The soft end-of-input condition is not remembered in B<ctx>, it is up to the
128 soft end-of-input (B<->) character, and therefore no more input data is
H A DBIO_f_base64.pod39 Decoding stops when base64 padding is encountered, a soft end-of-input
103 The hyphen character (B<->) is treated as an ad hoc soft end-of-input
/openssl/
H A DCHANGES.md11433 * Allow engines to be "soft loaded" - i.e. optionally don't die if

Completed in 65 milliseconds