Lines Matching full:engine
1 /* crypto/engine/enginetest.c */
66 printf("No ENGINE support\n");
72 #include <openssl/engine.h>
77 ENGINE *h;
82 printf("listing available engine types\n");
85 printf("engine %i, id = \"%s\", name = \"%s\"\n",
97 ENGINE *block[512];
100 ENGINE *ptr;
103 ENGINE *new_h1 = NULL;
104 ENGINE *new_h2 = NULL;
105 ENGINE *new_h3 = NULL;
106 ENGINE *new_h4 = NULL;
122 memset(block, 0, 512 * sizeof(ENGINE *));
136 printf("Couldn't set up test ENGINE structures\n");
219 printf("About to beef up the engine-type list\n");
224 sprintf(buf, "Fake engine type %i", loop);
230 printf("Couldn't create block of ENGINE structures.\n"
248 printf("\nAbout to empty the engine-type list\n");