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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h181 OP_MAX enumerator in enum:PK11_OPTYPE_ENUM
H A De_pk11.c133 static PK11_CACHE session_cache[OP_MAX];
158 pthread_mutex_t *find_lock[OP_MAX] = { NULL };
165 PK11_active *active_list[OP_MAX] = { NULL };
821 for (type = 0; type < OP_MAX; type++) {
865 for (type = 0; type < OP_MAX; type++) {
1027 for (i = 0; i < OP_MAX; i++) {
1042 for (i = OP_MAX - 1; i >= 0; i--) {
1067 for (i = OP_MAX - 1; i >= 0; i--) {
1157 for (i = 0; i < OP_MAX; i++) {
1165 for (i = 0; i < OP_MAX;
[all...]

Completed in 710 milliseconds