Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx38 xResult->m_pSlot = PK11_GetBestSlot( nNSSCipherID, NULL ); in Create()
39 if ( xResult->m_pSlot ) in Create()
42 …xResult->m_pSymKey = PK11_ImportSymKey( xResult->m_pSlot, nNSSCipherID, PK11_OriginDerive, bEncryp… in Create()
88 if ( m_pSlot ) in Dispose()
90 PK11_FreeSlot( m_pSlot ); in Dispose()
91 m_pSlot = NULL; in Dispose()
H A Dciphercontext.hxx38 PK11SlotInfo* m_pSlot; member in OCipherContext
57 : m_pSlot( NULL ) in OCipherContext()

Completed in 28 milliseconds