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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c165 CK_C_INITIALIZE_ARGS *initargs1 = local
169 if (initargs1->pReserved != NULL) {
178 supplied_ok = (initargs1->CreateMutex == NULL &&
179 initargs1->DestroyMutex == NULL &&
180 initargs1->LockMutex == NULL &&
181 initargs1->UnlockMutex == NULL) ||
182 (initargs1->CreateMutex != NULL &&
183 initargs1->DestroyMutex != NULL &&
184 initargs1->LockMutex != NULL &&
185 initargs1
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c232 CK_C_INITIALIZE_ARGS *initargs1 = local
236 if (initargs1->pReserved != NULL) {
245 supplied_ok = (initargs1->CreateMutex == NULL &&
246 initargs1->DestroyMutex == NULL &&
247 initargs1->LockMutex == NULL &&
248 initargs1->UnlockMutex == NULL) ||
249 (initargs1->CreateMutex != NULL &&
250 initargs1->DestroyMutex != NULL &&
251 initargs1->LockMutex != NULL &&
252 initargs1
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c175 CK_C_INITIALIZE_ARGS *initargs1 = local
179 if (initargs1->pReserved != NULL) {
188 supplied_ok = (initargs1->CreateMutex == NULL &&
189 initargs1->DestroyMutex == NULL &&
190 initargs1->LockMutex == NULL &&
191 initargs1->UnlockMutex == NULL) ||
192 (initargs1->CreateMutex != NULL &&
193 initargs1->DestroyMutex != NULL &&
194 initargs1->LockMutex != NULL &&
195 initargs1
[all...]

Completed in 41 milliseconds