Searched refs:num_attrs (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 53 int num_attrs; member in struct:ks_obj_hdr
|
H A D | softKeystore.c | 344 int num_attrs = 0; local 371 num_attrs++; 375 hdr.num_attrs = SWAP32(num_attrs); 378 2 * num_attrs * sizeof (uint64_t); 386 for (i = 0; i < num_attrs; i++) { 470 for (i = 0; i < SWAP32(hdr->num_attrs); i++) {
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_db.cc | 1643 db_remove_entry_x(char * table_name, int num_attrs, nis_attr * attrname, argument 1654 if (num_attrs != 0) { 1657 num_attrs, attrname); 1682 db_remove_entry(char * table_name, int num_attrs, nis_attr * attrname) argument 1684 return (db_remove_entry_x(table_name, num_attrs, attrname, 0)); 1688 __db_remove_entry_nosync(char * table_name, int num_attrs, nis_attr * attrname) argument 1690 return (db_remove_entry_x(table_name, num_attrs, attrname, 1));
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 731 CK_ULONG num_attrs = 0, i, num_attrs_with_val; local 779 num_attrs = object->num_attributes; 786 slot_object->hObject, attrs, num_attrs); 807 attrs_with_val = calloc(num_attrs, sizeof (CK_ATTRIBUTE)); 815 for (i = 0; i < num_attrs; i++) { 858 for (i = 0; i < num_attrs; i++) { 867 for (i = 0; i < num_attrs; i++) {
|
Completed in 33 milliseconds