Searched refs:ENGINE_METHOD_RSA (Results 1 – 6 of 6) sorted by relevance
21 if ((flags & ENGINE_METHOD_RSA) && !ENGINE_set_default_RSA(e)) in ENGINE_set_default()57 *pflags |= ENGINE_METHOD_RSA; in int_def_cb()
38 () => crypto.setEngine(invalidEngineName, crypto.constants.ENGINE_METHOD_RSA),
39 # define ENGINE_METHOD_RSA (unsigned int)0x0001 macro
963 # ifdef ENGINE_METHOD_RSA in DefineCryptoConstants()964 NODE_DEFINE_CONSTANT(target, ENGINE_METHOD_RSA); in DefineCryptoConstants()
2990 * `crypto.constants.ENGINE_METHOD_RSA`3445 <td><code>ENGINE_METHOD_RSA</code></td>
488 * **constants**: `ENGINE_METHOD_RSA` is now correctly exposed (Sam Roberts) [#5463](https://github.…503 …node/commit/9db827c7aa)] - **(SEMVER-MINOR)** **constants**: define ENGINE_METHOD_RSA (Sam Roberts…