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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h53 int num_attrs; member in struct:ks_obj_hdr
H A DsoftKeystore.c335 int num_attrs = 0; local
362 num_attrs++;
366 hdr.num_attrs = SWAP32(num_attrs);
369 2 * num_attrs * sizeof (uint64_t);
377 for (i = 0; i < num_attrs; i++) {
460 for (i = 0; i < SWAP32(hdr->num_attrs); i++) {
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc1649 db_remove_entry_x(char * table_name, int num_attrs, nis_attr * attrname, argument
1660 if (num_attrs != 0) {
1663 num_attrs, attrname);
1688 db_remove_entry(char * table_name, int num_attrs, nis_attr * attrname) argument
1690 return (db_remove_entry_x(table_name, num_attrs, attrname, 0));
1694 __db_remove_entry_nosync(char * table_name, int num_attrs, nis_attr * attrname) argument
1696 return (db_remove_entry_x(table_name, num_attrs, attrname, 1));
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c724 CK_ULONG num_attrs = 0, i, num_attrs_with_val; local
772 num_attrs = object->num_attributes;
779 slot_object->hObject, attrs, num_attrs);
800 attrs_with_val = calloc(num_attrs, sizeof (CK_ATTRIBUTE));
808 for (i = 0; i < num_attrs; i++) {
851 for (i = 0; i < num_attrs; i++) {
860 for (i = 0; i < num_attrs; i++) {

Completed in 82 milliseconds