Searched refs:update_slotmech (Results 1 – 1 of 1) sorted by relevance
67 static CK_RV update_slotmech(CK_MECHANISM_TYPE, CK_ULONG, unsigned long);308 rv = update_slotmech(mech, slot, index); in meta_mechManager_update_mech()410 rv = update_slotmech(slot_mechlist[mechnum], slotnum, index); in meta_mechManager_update_slot()443 update_slotmech(CK_MECHANISM_TYPE mech, CK_ULONG slotnum, in update_slotmech() function