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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h202 extern PK11_active *active_list[];
H A De_pk11_pub.c230 for (entry = active_list[type]; entry != NULL; entry = entry->next) {
272 if (active_list[type] == NULL) {
273 active_list[type] = entry;
275 entry->next = active_list[type];
276 active_list[type]->prev = entry;
277 active_list[type] = entry;
302 active_list[type] = entry->next;
334 while ((entry = active_list[type]) != NULL) {
H A De_pk11.c165 PK11_active *active_list[OP_MAX] = { NULL }; variable
1166 active_list[i] = NULL;

Completed in 27 milliseconds