HomeSort by relevance Sort by last modified time
    Searched full:engine_list_head (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/engine/
eng_list.c 66 /* 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 165 milliseconds