Searched refs:new_template (Results 1 – 1 of 1) sorted by relevance
127 CK_ATTRIBUTE_PTR new_template; in grow_template() local129 new_template = malloc(new_count * sizeof (CK_ATTRIBUTE)); in grow_template()130 if (new_template != NULL) in grow_template()131 bcopy(old_template, new_template, in grow_template()133 return (new_template); in grow_template()