Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_list.c17 * The linked-list of pointers to engine types. engine_list_head incorporates
20 * is already pointed to by its predecessor in the list (or engine_list_head
23 * structural reference. Hence, engine_list_head, and each non-null "next"
27 static ENGINE *engine_list_head = NULL; variable
44 ENGINE *iterator = engine_list_head; in engine_list_cleanup()
48 iterator = engine_list_head; in engine_list_cleanup()
66 iterator = engine_list_head; in engine_list_add()
75 if (engine_list_head == NULL) { in engine_list_add()
88 engine_list_head = e; in engine_list_add()
119 iterator = engine_list_head; in engine_list_remove()
[all...]
/third_party/openssl/crypto/engine/
H A Deng_list.c17 * The linked-list of pointers to engine types. engine_list_head incorporates
20 * is already pointed to by its predecessor in the list (or engine_list_head
23 * structural reference. Hence, engine_list_head, and each non-null "next"
27 static ENGINE *engine_list_head = NULL; variable
44 ENGINE *iterator = engine_list_head; in engine_list_cleanup()
48 iterator = engine_list_head; in engine_list_cleanup()
66 iterator = engine_list_head; in engine_list_add()
75 if (engine_list_head == NULL) { in engine_list_add()
81 engine_list_head = e; in engine_list_add()
116 iterator = engine_list_head; in engine_list_remove()
[all...]

Completed in 1 milliseconds