Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaKeys.c192 meta_object_t *unwrappingKey, *outputKey = NULL; in meta_UnwrapKey() local
207 rv = meta_object_alloc(session, &outputKey); in meta_UnwrapKey()
212 &(outputKey->isToken)); in meta_UnwrapKey()
216 pTemplate, ulAttributeCount, outputKey); in meta_UnwrapKey()
220 meta_object_activate(outputKey); in meta_UnwrapKey()
222 *phKey = (CK_OBJECT_HANDLE) outputKey; in meta_UnwrapKey()
226 if (outputKey) in meta_UnwrapKey()
227 (void) meta_object_dealloc(session, outputKey, B_TRUE); in meta_UnwrapKey()