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

/external/openssl/crypto/engine/
H A Deng_list.c66 /* The linked-list of pointers to engine types. engine_list_head
70 * list (or engine_list_head itself). In the same way, the use of the
73 * engine_list_head, and each non-null "next" pointer account for
76 static ENGINE *engine_list_head = NULL; variable
84 ENGINE *iterator = engine_list_head;
89 iterator = engine_list_head;
107 iterator = engine_list_head;
119 if(engine_list_head == NULL)
128 engine_list_head = e;
168 iterator = engine_list_head;
[all...]

Completed in 118 milliseconds