Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c389 size_t i, num_new_attributes, master_template_size = 0; in get_master_attributes_by_type() local
403 num_new_attributes = master_template_size / sizeof (generic_attr_t); in get_master_attributes_by_type()
406 for (i = 0; i < num_new_attributes; i++) { in get_master_attributes_by_type()
432 *num_attributes = num_new_attributes; in get_master_attributes_by_type()