Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c724 CK_ULONG num_attrs = 0, i, num_attrs_with_val; in meta_object_copyin() local
807 num_attrs_with_val = 0; 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()
825 num_attrs_with_val++; in meta_object_copyin()
830 slot_object->hObject, attrs_with_val, num_attrs_with_val); in meta_object_copyin()
836 for (i = 0; i < num_attrs_with_val; i++) { in meta_object_copyin()