Home
last modified time | relevance | path

Searched refs:nNSSCipherID (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx34 …l::crypto::XCipherContext > OCipherContext::Create( CK_MECHANISM_TYPE nNSSCipherID, const uno::Seq… in Create() argument
38 xResult->m_pSlot = PK11_GetBestSlot( nNSSCipherID, NULL ); in Create()
42 …xResult->m_pSymKey = PK11_ImportSymKey( xResult->m_pSlot, nNSSCipherID, PK11_OriginDerive, bEncryp… in Create()
46 xResult->m_pSecParam = PK11_ParamFromIV( nNSSCipherID, &aIVItem ); in Create()
49 …xResult->m_pContext = PK11_CreateContextBySymKey( nNSSCipherID, bEncryption ? CKA_ENCRYPT : CKA_DE… in Create()
54 … xResult->m_bPadding = bW3CPadding || ( PK11_GetPadMechanism( nNSSCipherID ) == nNSSCipherID ); in Create()
55 xResult->m_nBlockSize = PK11_GetBlockSize( nNSSCipherID, xResult->m_pSecParam ); in Create()
H A Dnssinitializer.cxx453 CK_MECHANISM_TYPE nNSSCipherID = 0; in getCipherContext() local
457 nNSSCipherID = CKM_AES_CBC; in getCipherContext()
472 if ( aInitializationVector.getLength() != PK11_GetIVLength( nNSSCipherID ) ) in getCipherContext()
475 …xResult = OCipherContext::Create( nNSSCipherID, aKey, aInitializationVector, bEncryption, bW3CPadd… in getCipherContext()
H A Dciphercontext.hxx77 …m::sun::star::xml::crypto::XCipherContext > Create( CK_MECHANISM_TYPE nNSSCipherID, const ::com::s…

Completed in 24 milliseconds