Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx1124 int cSlots = m_Slots.size(); in createKeysManager() local
1125 boost::scoped_array<PK11SlotInfo*> sarSlots(new PK11SlotInfo*[cSlots]); in createKeysManager()
1131 pKeysMngr = xmlSecNssAppliedKeysMngrCreate(slots, cSlots, handler ) ; in createKeysManager()
/aoo4110/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch151 + int cSlots,
800 + * @cSlots: number of slots in the array
810 + int cSlots,
827 + for (islot = 0; islot < cSlots; islot++)

Completed in 30 milliseconds