Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaKeys.c191 meta_object_t *unwrappingKey, *outputKey = NULL; in meta_UnwrapKey() local
206 rv = meta_object_alloc(session, &outputKey); in meta_UnwrapKey()
211 &(outputKey->isToken)); in meta_UnwrapKey()
215 pTemplate, ulAttributeCount, outputKey); in meta_UnwrapKey()
219 meta_object_activate(outputKey); in meta_UnwrapKey()
221 *phKey = (CK_OBJECT_HANDLE) outputKey; in meta_UnwrapKey()
225 if (outputKey) in meta_UnwrapKey()
226 (void) meta_object_dealloc(session, outputKey, B_TRUE); in meta_UnwrapKey()