Searched refs:attrs_with_val (Results 1 – 1 of 1) sorted by relevance
722 CK_ATTRIBUTE *attrs = NULL, *attrs_with_val = NULL; in meta_object_copyin() local800 attrs_with_val = calloc(num_attrs, sizeof (CK_ATTRIBUTE)); in meta_object_copyin()801 if (attrs_with_val == NULL) { in meta_object_copyin()816 attrs_with_val[num_attrs_with_val].type = attrs[i].type; in meta_object_copyin()817 attrs_with_val[num_attrs_with_val].ulValueLen = in meta_object_copyin()819 attrs_with_val[num_attrs_with_val].pValue = in meta_object_copyin()821 if (attrs_with_val[num_attrs_with_val].pValue == NULL) { in meta_object_copyin()830 slot_object->hObject, attrs_with_val, num_attrs_with_val); in meta_object_copyin()837 rv = attribute_set_value(&(attrs_with_val[i]), in meta_object_copyin()859 if (attrs_with_val) { in meta_object_copyin()[all …]