/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softObject.c | 47 boolean_t lock_held = B_FALSE; in C_CreateObject() local 86 boolean_t lock_held = B_FALSE; in C_CopyObject() local 215 boolean_t lock_held = B_FALSE; in C_DestroyObject() local 330 boolean_t lock_held = B_FALSE; in C_GetAttributeValue() local 411 boolean_t lock_held = B_FALSE; in C_SetAttributeValue() local 561 boolean_t lock_held = B_TRUE; in C_FindObjectsInit() local 622 boolean_t lock_held = B_TRUE; in C_FindObjects() local 675 boolean_t lock_held = B_TRUE; in C_FindObjectsFinal() local
|
H A D | softSign.c | 42 boolean_t lock_held = B_FALSE; in C_SignInit() local 110 boolean_t lock_held = B_FALSE; in C_Sign() local 181 boolean_t lock_held = B_FALSE; in C_SignUpdate() local 240 boolean_t lock_held = B_FALSE; in C_SignFinal() local 299 boolean_t lock_held = B_FALSE; in C_SignRecoverInit() local 367 boolean_t lock_held = B_FALSE; in C_SignRecover() local
|
H A D | softVerify.c | 42 boolean_t lock_held = B_FALSE; in C_VerifyInit() local 110 boolean_t lock_held = B_FALSE; in C_Verify() local 169 boolean_t lock_held = B_FALSE; in C_VerifyUpdate() local 228 boolean_t lock_held = B_FALSE; in C_VerifyFinal() local 270 boolean_t lock_held = B_FALSE; in C_VerifyRecoverInit() local 338 boolean_t lock_held = B_FALSE; in C_VerifyRecover() local
|
H A D | softDigest.c | 40 boolean_t lock_held = B_TRUE; in C_DigestInit() local 111 boolean_t lock_held = B_TRUE; in C_Digest() local 210 boolean_t lock_held = B_TRUE; in C_DigestUpdate() local 289 boolean_t lock_held = B_TRUE; in C_DigestKey() local 373 boolean_t lock_held = B_TRUE; in C_DigestFinal() local
|
H A D | softSession.c | 77 boolean_t lock_held = B_TRUE; in C_CloseSession() local 187 boolean_t lock_held = B_TRUE; in C_GetSessionInfo() local 232 boolean_t lock_held = B_FALSE; in C_GetOperationState() local 273 boolean_t lock_held = B_FALSE; in C_SetOperationState() local 307 boolean_t lock_held = B_FALSE; in C_Login() local 411 boolean_t lock_held = B_FALSE; in C_Logout() local
|
H A D | softDecrypt.c | 42 boolean_t lock_held = B_FALSE; in C_DecryptInit() local 110 boolean_t lock_held = B_FALSE; in C_Decrypt() local 198 boolean_t lock_held = B_FALSE; in C_DecryptUpdate() local 276 boolean_t lock_held = B_FALSE; in C_DecryptFinal() local
|
H A D | softEncrypt.c | 44 boolean_t lock_held = B_FALSE; in C_EncryptInit() local 112 boolean_t lock_held = B_FALSE; in C_Encrypt() local 200 boolean_t lock_held = B_FALSE; in C_EncryptUpdate() local 279 boolean_t lock_held = B_FALSE; in C_EncryptFinal() local
|
H A D | softKeys.c | 40 boolean_t lock_held = B_FALSE; in C_GenerateKey() local 79 boolean_t lock_held = B_FALSE; in C_GenerateKeyPair() local 125 boolean_t lock_held = B_FALSE; in C_WrapKey() local 226 boolean_t lock_held = B_FALSE; in C_UnwrapKey() local 326 boolean_t lock_held = B_FALSE; in C_DeriveKey() local
|
H A D | softRand.c | 41 boolean_t lock_held = B_FALSE; in C_SeedRandom() local 73 boolean_t lock_held = B_FALSE; in C_GenerateRandom() local
|
H A D | softKeystoreUtil.c | 585 boolean_t lock_held) in open_and_lock_keystore_desc() 678 boolean_t lock_held) in open_and_lock_object_file() 793 ks_obj_t **result_obj_list, boolean_t lock_held) in get_all_objs_in_dir() 1032 soft_keystore_get_version(uint_t *version, boolean_t lock_held) in soft_keystore_get_version() 1086 uint_t *version, boolean_t lock_held) in soft_keystore_get_object_version() 1143 soft_keystore_getpin(char **hashed_pin, boolean_t lock_held) in soft_keystore_getpin() 1431 soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held) in soft_keystore_setpin() 1896 ks_obj_t **result_obj_list, boolean_t lock_held) in soft_keystore_get_objs() 2018 ks_obj_t **return_obj, boolean_t lock_held) in soft_keystore_get_single_obj() 2189 boolean_t lock_held, ks_obj_handle_t *keyhandle) in soft_keystore_put_new_obj() [all …]
|
H A D | softObjectUtil.c | 570 boolean_t force, boolean_t lock_held) in soft_delete_object() 901 soft_remove_token_object_from_slot(soft_object_t *objp, boolean_t lock_held) in soft_remove_token_object_from_slot() 937 boolean_t lock_held) in soft_delete_token_object()
|
H A D | softDigestUtil.c | 515 soft_digest_cleanup(soft_session_t *session_p, boolean_t lock_held) in soft_digest_cleanup()
|
H A D | softSignUtil.c | 496 boolean_t lock_held) in soft_sign_verify_cleanup()
|
H A D | softSlotToken.c | 518 boolean_t lock_held = B_FALSE; in C_SetPIN() local
|
H A D | softEncryptUtil.c | 647 boolean_t lock_held) in soft_crypt_cleanup()
|
H A D | softSessionUtil.c | 250 boolean_t force, boolean_t lock_held) in soft_delete_session()
|
H A D | softSession.h | 160 #define SES_REFRELE(s, lock_held) { \ argument
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_cmd.c | 197 amd_iommu_cmdargs_t *cmdargs, amd_iommu_cmd_flags_t flags, int lock_held) in amd_iommu_cmd()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_conn.c | 970 boolean_t lock_held = B_FALSE; in iscsi_conn_flush_active_cmds() local
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_ire.c | 877 const ts_label_t *tsl, ip_stack_t *ipst, boolean_t lock_held) in ire_gateway_ok_zone_v6()
|
H A D | ip_ire.c | 2135 const ts_label_t *tsl, ip_stack_t *ipst, boolean_t lock_held) in ire_gateway_ok_zone_v4()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 3373 rfs4_state_close(rfs4_state_t *sp, bool_t lock_held, bool_t close_of_client, in rfs4_state_close()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpm.c | 8255 int lock_held = 1; in adjust_ancestors() local
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 9211 boolean_t lock_held; in l2arc_rebuild() local
|