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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_list.c67 * incorporates an implicit structural reference but engine_list_tail
77 static ENGINE *engine_list_tail = NULL; variable
122 if(engine_list_tail)
137 if((engine_list_tail == NULL) ||
138 (engine_list_tail->next != NULL))
144 engine_list_tail->next = e;
145 e->prev = engine_list_tail;
152 engine_list_tail = e;
185 if(engine_list_tail == e)
186 engine_list_tail
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_list.c69 * an implicit structural reference but engine_list_tail does not - the
79 static ENGINE *engine_list_tail = NULL; variable
122 if (engine_list_tail) {
134 if ((engine_list_tail == NULL) || (engine_list_tail->next != NULL)) {
138 engine_list_tail->next = e;
139 e->prev = engine_list_tail;
147 engine_list_tail = e;
177 if (engine_list_tail == e)
178 engine_list_tail
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_list.c69 * an implicit structural reference but engine_list_tail does not - the
79 static ENGINE *engine_list_tail = NULL; variable
122 if (engine_list_tail) {
134 if ((engine_list_tail == NULL) || (engine_list_tail->next != NULL)) {
138 engine_list_tail->next = e;
139 e->prev = engine_list_tail;
147 engine_list_tail = e;
177 if (engine_list_tail == e)
178 engine_list_tail
[all...]

Completed in 113 milliseconds