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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c821 TEMPLATE * tmpl2 = NULL; local
834 tmpl2 = (TEMPLATE *)malloc(sizeof (TEMPLATE));
836 if (! o || ! tmpl || ! tmpl2) {
842 (void) memset(tmpl2, 0x0, sizeof (TEMPLATE));
849 rc = template_add_attributes(tmpl2, pTemplate, ulCount);
862 rc = template_validate_attributes(tmpl2, class, subclass, mode);
867 rc = template_check_required_attributes(tmpl2, class, subclass, mode);
872 rc = template_merge(tmpl, &tmpl2);
886 if (tmpl2)
887 (void) template_free(tmpl2);
[all...]

Completed in 16 milliseconds