Searched refs:attrs_with_val (Results 1 – 1 of 1) sorted by relevance
725 CK_ATTRIBUTE *attrs = NULL, *attrs_with_val = NULL; in meta_object_copyin() local803 attrs_with_val = calloc(num_attrs, sizeof (CK_ATTRIBUTE)); in meta_object_copyin()804 if (attrs_with_val == NULL) { in meta_object_copyin()819 attrs_with_val[num_attrs_with_val].type = attrs[i].type; in meta_object_copyin()820 attrs_with_val[num_attrs_with_val].ulValueLen = in meta_object_copyin()822 attrs_with_val[num_attrs_with_val].pValue = in meta_object_copyin()824 if (attrs_with_val[num_attrs_with_val].pValue == NULL) { in meta_object_copyin()833 slot_object->hObject, attrs_with_val, num_attrs_with_val); in meta_object_copyin()840 rv = attribute_set_value(&(attrs_with_val[i]), in meta_object_copyin()862 if (attrs_with_val) { in meta_object_copyin()[all …]