Searched refs:outputKey (Results 1 – 1 of 1) sorted by relevance
192 meta_object_t *unwrappingKey, *outputKey = NULL; in meta_UnwrapKey() local207 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()