Searched refs:dynamic_fns (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Dengine.h627 * the "dynamic" ENGINE, these types are needed. The 'dynamic_fns' structure
667 } dynamic_fns; typedef in typeref:struct:st_dynamic_fns
701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
H A Deng_dyn.c436 dynamic_fns fns;
/barrelfish-2018-10-04/include/openssl/
H A Dengine.h627 * the "dynamic" ENGINE, these types are needed. The 'dynamic_fns' structure
667 } dynamic_fns; typedef in typeref:struct:st_dynamic_fns
701 const dynamic_fns *fns);
704 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
706 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_gmp.c474 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
476 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
H A De_padlock.c1225 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
1227 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
H A De_capi.c1817 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
1819 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }

Completed in 106 milliseconds