Searched defs:attrs_with_val (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c729 CK_ATTRIBUTE *attrs = NULL, *attrs_with_val = NULL; local
807 attrs_with_val = calloc(num_attrs, sizeof (CK_ATTRIBUTE));
808 if (attrs_with_val == NULL) {
823 attrs_with_val[num_attrs_with_val].type = attrs[i].type;
824 attrs_with_val[num_attrs_with_val].ulValueLen =
826 attrs_with_val[num_attrs_with_val].pValue =
828 if (attrs_with_val[num_attrs_with_val].pValue == NULL) {
837 slot_object->hObject, attrs_with_val, num_attrs_with_val);
844 rv = attribute_set_value(&(attrs_with_val[i]),
866 if (attrs_with_val) {
[all...]

Completed in 16 milliseconds