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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.h211 extern PK11_active *active_list[];
H A De_pk11_pub.c231 for (entry = active_list[type]; entry != NULL; entry = entry->next)
274 if (active_list[type] == NULL)
275 active_list[type] = entry;
278 entry->next = active_list[type];
279 active_list[type]->prev = entry;
280 active_list[type] = entry;
307 active_list[type] = entry->next;
339 while ((entry = active_list[type]) != NULL)
H A De_pk11.c185 PK11_active *active_list[OP_MAX] = { NULL }; variable
1170 active_list[i] = NULL;

Completed in 35 milliseconds