Lines Matching refs:so
43 the ENGINE model so that alternative implementations of existing
60 NCONF) code so that applications using OpenSSL's existing configuration
115 ENGINE "control commands" so that each ENGINE implementation can provide
142 maintain the smallest foot-print possible and so do not link in various
160 independent things. Other ENGINEs typically don't do this so there is
189 "libfoo.so" and it supports some special control command "CMD_FOO", the
194 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0);
204 -pre SO_PATH:/lib/libfoo.so \
212 -pre SO_PATH:/lib/libfoo.so \
231 so that additional initialisation is no longer possible. In
235 it has been initialised for use, and so the "-post" switch would be
276 2. Recompile at least one source file so you can see all the compiler
296 gcc -shared -o dyn_atalla.so tmp_atalla.o -L../.. -lcrypto
302 -pre SO_PATH:./crypto/engine/dyn_atalla.so -pre LOAD