Home
last modified time | relevance | path

Searched defs:ses_lock_held (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c47 boolean_t ses_lock_held = B_FALSE; in C_CreateObject() local
86 boolean_t ses_lock_held = B_FALSE; in C_CopyObject() local
305 boolean_t ses_lock_held = B_FALSE; in C_DestroyObject() local
401 boolean_t ses_lock_held = B_FALSE; in C_GetAttributeValue() local
521 boolean_t ses_lock_held = B_FALSE; in C_SetAttributeValue() local
657 boolean_t ses_lock_held = B_FALSE; in C_GetObjectSize() local
736 boolean_t ses_lock_held = B_FALSE; in C_FindObjectsInit() local
831 boolean_t ses_lock_held = B_FALSE; in C_FindObjects() local
930 boolean_t ses_lock_held = B_FALSE; in C_FindObjectsFinal() local
H A DkernelDecrypt.c47 boolean_t ses_lock_held = B_FALSE; in kernel_decrypt_init() local
179 boolean_t ses_lock_held = B_FALSE; in C_DecryptInit() local
214 boolean_t ses_lock_held = B_FALSE; in kernel_decrypt() local
297 boolean_t ses_lock_held = B_FALSE; in C_Decrypt() local
354 boolean_t ses_lock_held = B_FALSE; in C_DecryptUpdate() local
455 boolean_t ses_lock_held = B_FALSE; in C_DecryptFinal() local
H A DkernelVerify.c43 boolean_t ses_lock_held = B_FALSE; in C_VerifyInit() local
185 boolean_t ses_lock_held = B_FALSE; in C_Verify() local
279 boolean_t ses_lock_held = B_FALSE; in C_VerifyUpdate() local
363 boolean_t ses_lock_held = B_FALSE; in C_VerifyFinal() local
461 boolean_t ses_lock_held = B_FALSE; in C_VerifyRecoverInit() local
569 boolean_t ses_lock_held = B_FALSE; in C_VerifyRecover() local
H A DkernelSign.c42 boolean_t ses_lock_held = B_FALSE; in C_SignInit() local
181 boolean_t ses_lock_held = B_FALSE; in C_Sign() local
297 boolean_t ses_lock_held = B_FALSE; in C_SignUpdate() local
380 boolean_t ses_lock_held = B_FALSE; in C_SignFinal() local
505 boolean_t ses_lock_held = B_FALSE; in C_SignRecoverInit() local
611 boolean_t ses_lock_held = B_FALSE; in C_SignRecover() local
H A DkernelDigest.c42 boolean_t ses_lock_held = B_FALSE; in common_digest_init() local
147 boolean_t ses_lock_held = B_FALSE; in C_Digest() local
302 boolean_t ses_lock_held = B_FALSE; in C_DigestUpdate() local
405 boolean_t ses_lock_held = B_FALSE; in C_DigestKey() local
570 boolean_t ses_lock_held = B_FALSE; in C_DigestFinal() local
H A DkernelSession.c86 boolean_t ses_lock_held = B_FALSE; in C_CloseSession() local
181 boolean_t ses_lock_held = B_FALSE; in C_GetSessionInfo() local
312 boolean_t ses_lock_held = B_TRUE; in C_GetOperationState() local
413 boolean_t ses_lock_held = B_TRUE; in C_SetOperationState() local
446 boolean_t ses_lock_held = B_FALSE; in C_Login() local
537 boolean_t ses_lock_held = B_FALSE; in C_Logout() local
H A DkernelEncrypt.c45 boolean_t ses_lock_held = B_FALSE; in C_EncryptInit() local
196 boolean_t ses_lock_held = B_FALSE; in C_Encrypt() local
328 boolean_t ses_lock_held = B_FALSE; in C_EncryptUpdate() local
430 boolean_t ses_lock_held = B_FALSE; in C_EncryptFinal() local
H A DkernelRand.c38 boolean_t ses_lock_held = B_FALSE; in C_SeedRandom() local
84 boolean_t ses_lock_held = B_FALSE; in C_GenerateRandom() local
H A DkernelKeys.c367 boolean_t ses_lock_held = B_FALSE; in C_GenerateKey() local
1407 boolean_t ses_lock_held = B_FALSE; in C_GenerateKeyPair() local
1656 boolean_t ses_lock_held = B_FALSE; in C_WrapKey() local
1749 boolean_t ses_lock_held = B_FALSE; in C_UnwrapKey() local
2327 boolean_t ses_lock_held = B_FALSE; in C_DeriveKey() local
H A DkernelSlotToken.c412 boolean_t ses_lock_held = B_FALSE; in C_SetPIN() local
H A DkernelSession.h143 #define REFRELE(s, ses_lock_held) { \ argument
H A DkernelObjectUtil.c466 boolean_t ses_lock_held, boolean_t wrapper_only) in kernel_delete_session_object()