• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/

Lines Matching refs:ENGINE

66 /* ENGINE general include */
129 /* Function for ENGINE detection and control */
130 static int zencod_destroy ( ENGINE *e ) ;
131 static int zencod_init ( ENGINE *e ) ;
132 static int zencod_finish ( ENGINE *e ) ;
133 static int zencod_ctrl ( ENGINE *e, int cmd, long i, void *p, void (*f) () ) ;
169 static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid ) ;
172 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid ) ;
187 /* Our internal RSA_METHOD specific to zencod ENGINE providing pointers to our function */
207 /* Our internal DSA_METHOD specific to zencod ENGINE providing pointers to our function */
224 /* Our internal DH_METHOD specific to zencod ENGINE providing pointers to our function */
250 /* Constants used when creating the ENGINE */
256 * "dynamic" ENGINE support too ;-)
258 static int bind_helper ( ENGINE *e )
369 static ENGINE *ENGINE_zencod ( void )
372 ENGINE *eng = ENGINE_new () ;
392 ENGINE *toadd = ENGINE_zencod ( ) ;
465 static int zencod_destroy (ENGINE *e )
476 static int zencod_init ( ENGINE *e )
615 static int zencod_finish ( ENGINE *e )
661 static int zencod_ctrl ( ENGINE *e, int cmd, long i, void *p, void (*f) () )
1138 /* This stuff is needed if this ENGINE is being compiled into a self-contained
1142 static int bind_fn ( ENGINE *e, const char *id )
1359 static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid )
1517 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid )