Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c60 int num_attributes; member
84 CK_ULONG num_attributes; member
202 CK_ULONG num_attributes) in attributes_match() argument
209 for (i = 0; i < num_attributes; i++) { in attributes_match()
211 for (j = 0; j < obj->num_attributes; j++) { in attributes_match()
231 CK_ULONG num_attributes) in print_attributes() argument
235 st_logf("find objects: attrs: %lu\n", (unsigned long)num_attributes); in print_attributes()
237 for (i = 0; i < num_attributes; i++) { in print_attributes()
348 i = o->num_attributes; in add_object_attribute()
361 o->num_attributes++; in add_object_attribute()
[all …]