Searched refs:m_pSymKey (Results 1 – 2 of 2) sorted by relevance
42 …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()
39 PK11SymKey* m_pSymKey; member in OCipherContext58 , m_pSymKey( NULL ) in OCipherContext()
Completed in 17 milliseconds