Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx329 OUString cipherAlgorithm; member
347 OUString cipherAlgorithm; member
535 keyData.cipherAlgorithm = attribs.getString( XML_cipherAlgorithm, OUString() ); in parseKeyData()
563 passwordKeyEncryptor.cipherAlgorithm = attribs.getString( XML_cipherAlgorithm, OUString() ); in parseEncryptedKey()
795 static vector< sal_uInt8 > decryptAll( const EVP_CIPHER* cipherAlgorithm, in decryptAll() argument
803 cipher.initialize( cipherAlgorithm, key, iv, 0 ); in decryptAll()
805 const int blockSize = OpenSSLCipher::blockSize( cipherAlgorithm ); in decryptAll()
878 …const EVP_CIPHER* keyDataCipher = toOpenSSLCipherAlgorithm( keyData.cipherAlgorithm, keyData.keyBi… in verifyPassword()
913 …const EVP_CIPHER* cipherAlgorithm = toOpenSSLCipherAlgorithm( keyData.cipherAlgorithm, keyData.key… in decryptStream() local
920 vector< sal_uInt8 > outputBuffer( 4096 + 2*OpenSSLCipher::blockSize( cipherAlgorithm ) ); in decryptStream()
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx145 static int blockSize( const EVP_CIPHER *cipherAlgorithm ) in blockSize() argument
147 return EVP_CIPHER_block_size( cipherAlgorithm ); in blockSize()
/trunk/main/oox/source/token/
H A Dtokens.txt1156 cipherAlgorithm

Completed in 76 milliseconds