Lines Matching full:engine
65 #include <openssl/engine.h>
74 /* non-NULL if default_RAND_meth is ENGINE-provided */
75 static ENGINE *funct_ref =NULL;
97 ENGINE *e = ENGINE_get_default_RAND();
117 int RAND_set_rand_engine(ENGINE *engine)
120 if(engine)
122 if(!ENGINE_init(engine))
124 tmp_meth = ENGINE_get_RAND(engine);
127 ENGINE_finish(engine);
131 /* This function releases any prior ENGINE so call it first */
133 funct_ref = engine;