Searched refs:soft (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/ |
H A D | provider_conf.c | 203 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 D | eng_cnf.c | 52 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 D | EVP_EncodeInit.pod | 113 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 D | BIO_f_base64.pod | 39 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 D | CHANGES.md | 11497 * Allow engines to be "soft loaded" - i.e. optionally don't die if
|
Completed in 74 milliseconds