Home
last modified time | relevance | path

Searched refs:OBJRELEASE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaKeys.c163 OBJRELEASE(inputKey); in meta_WrapKey()
172 OBJRELEASE(inputKey); in meta_WrapKey()
173 OBJRELEASE(wrappingKey); in meta_WrapKey()
230 OBJRELEASE(unwrappingKey); in meta_UnwrapKey()
455 OBJRELEASE(basekey1); in meta_DeriveKey()
457 OBJRELEASE(basekey2); in meta_DeriveKey()
H A DmetaSign.c61 OBJRELEASE(key); in meta_SignInit()
185 OBJRELEASE(key); in meta_SignRecoverInit()
H A DmetaVerify.c61 OBJRELEASE(key); in meta_VerifyInit()
190 OBJRELEASE(key); in meta_VerifyRecoverInit()
H A DmetaCrypt.c62 OBJRELEASE(key); in meta_EncryptInit()
199 OBJRELEASE(key); in meta_DecryptInit()
H A DmetaDigest.c147 OBJRELEASE(key); in meta_DigestKey()
H A DmetaObject.c591 OBJRELEASE(src_object); in meta_CopyObject()
626 OBJRELEASE(object); in meta_DestroyObject()
704 OBJRELEASE(object); in meta_GetAttributeValue()
924 OBJRELEASE(object); in meta_SetAttributeValue()
H A DmetaSession.c493 OBJRELEASE(meta_enc_key); in meta_SetOperationState()
495 OBJRELEASE(meta_auth_key); in meta_SetOperationState()
H A DmetaGlobal.h178 #define OBJRELEASE(object) \ macro
H A DmetaObjectManager.c465 OBJRELEASE(object); in meta_object_deactivate()