Searched refs:new_attributes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c387 generic_attr_t *new_attributes; local
397 new_attributes = malloc(master_template_size);
398 if (new_attributes == NULL)
401 (void) memcpy(new_attributes, master_template, master_template_size);
408 attr = new_attributes + i;
427 new_attributes[1].generic_ulong = subtype;
430 *attributes = new_attributes;

Completed in 21 milliseconds