Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx42 …xResult->m_pSymKey = PK11_ImportSymKey( xResult->m_pSlot, nNSSCipherID, PK11_OriginDerive, bEncryp… in Create()
43 if ( xResult->m_pSymKey ) in Create()
49 …SymKey( nNSSCipherID, bEncryption ? CKA_ENCRYPT : CKA_DECRYPT, xResult->m_pSymKey, xResult->m_pSec… in Create()
82 if ( m_pSymKey ) in Dispose()
84 PK11_FreeSymKey( m_pSymKey ); in Dispose()
85 m_pSymKey = NULL; in Dispose()
H A Dciphercontext.hxx39 PK11SymKey* m_pSymKey; member in OCipherContext
58 , m_pSymKey( NULL ) in OCipherContext()

Completed in 11 milliseconds