Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c49 boolean_t ses_lock_held = B_FALSE; in C_CreateObject() local
88 boolean_t ses_lock_held = B_FALSE; in C_CopyObject() local
307 boolean_t ses_lock_held = B_FALSE; C_DestroyObject() local
403 boolean_t ses_lock_held = B_FALSE; C_GetAttributeValue() local
523 boolean_t ses_lock_held = B_FALSE; C_SetAttributeValue() local
659 boolean_t ses_lock_held = B_FALSE; C_GetObjectSize() local
738 boolean_t ses_lock_held = B_FALSE; C_FindObjectsInit() local
833 boolean_t ses_lock_held = B_FALSE; C_FindObjects() local
932 boolean_t ses_lock_held = B_FALSE; C_FindObjectsFinal() local
[all...]
H A DkernelDecrypt.c46 boolean_t ses_lock_held = B_FALSE; in kernel_decrypt_init() local
157 boolean_t ses_lock_held = B_FALSE; in C_DecryptInit() local
192 boolean_t ses_lock_held in kernel_decrypt() local
275 boolean_t ses_lock_held = B_FALSE; C_Decrypt() local
332 boolean_t ses_lock_held = B_FALSE; C_DecryptUpdate() local
433 boolean_t ses_lock_held = B_FALSE; C_DecryptFinal() local
[all...]
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; C_VerifyUpdate() local
363 boolean_t ses_lock_held = B_FALSE; C_VerifyFinal() local
461 boolean_t ses_lock_held = B_FALSE; C_VerifyRecoverInit() local
569 boolean_t ses_lock_held = B_FALSE; C_VerifyRecover() local
[all...]
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; C_SignUpdate() local
380 boolean_t ses_lock_held = B_FALSE; C_SignFinal() local
505 boolean_t ses_lock_held = B_FALSE; C_SignRecoverInit() local
611 boolean_t ses_lock_held = B_FALSE; C_SignRecover() local
[all...]
H A DkernelDigest.c41 boolean_t ses_lock_held = B_FALSE; in common_digest_init() local
146 boolean_t ses_lock_held = B_FALSE; in C_Digest() local
301 boolean_t ses_lock_held = B_FALSE; C_DigestUpdate() local
404 boolean_t ses_lock_held = B_FALSE; C_DigestKey() local
569 boolean_t ses_lock_held = B_FALSE; C_DigestFinal() local
[all...]
H A DkernelEncrypt.c44 boolean_t ses_lock_held = B_FALSE; in C_EncryptInit() local
173 boolean_t ses_lock_held = B_FALSE; in C_Encrypt() local
301 boolean_t ses_lock_held = B_FALSE; C_EncryptUpdate() local
403 boolean_t ses_lock_held = B_FALSE; C_EncryptFinal() local
[all...]
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; C_Login() local
537 boolean_t ses_lock_held = B_FALSE; C_Logout() local
[all...]
H A DkernelRand.c40 boolean_t ses_lock_held = B_FALSE; in C_SeedRandom() local
86 boolean_t ses_lock_held = B_FALSE; in C_GenerateRandom() local
H A DkernelKeys.c372 boolean_t ses_lock_held = B_FALSE; in C_GenerateKey() local
1412 boolean_t ses_lock_held = B_FALSE; in C_GenerateKeyPair() local
1661 boolean_t ses_lock_held = B_FALSE; in C_WrapKey() local
1754 boolean_t ses_lock_held = B_FALSE; C_UnwrapKey() local
2332 boolean_t ses_lock_held = B_FALSE; C_DeriveKey() local
[all...]
H A DkernelSlotToken.c414 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() argument