Lines Matching refs:ENGINE_init
19 ENGINE_finish, ENGINE_free, ENGINE_get_flags, ENGINE_init,
63 int ENGINE_init(ENGINE *e);
262 call the ENGINE_init() function. This returns zero if the ENGINE was not
367 if (!ENGINE_init(e)) {
380 /* Release the functional reference from ENGINE_init() */
399 ENGINE_init() and if any of those succeed, that ENGINE will be set as the
429 calling ENGINE_init(). The other class of commands consist of settings or
431 place, and these commands may work either before or after ENGINE_init(), or
463 if (!ENGINE_init(e)) {
469 * ENGINE_init() returned a functional reference, so free the structural
592 ENGINE_init() and ENGINE_finish() return 1 on success or 0 on error.