Home
last modified time | relevance | path

Searched refs:blockSize (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/oox/source/core/
H A Dencryption.cxx326 sal_Int32 blockSize; member
344 sal_Int32 blockSize; member
763 sal_uInt32 blockSize ) in generateIv() argument
767 toBlock36( iv, blockSize ); in generateIv()
775 sal_uInt32 blockSize ) in generateIv() argument
784 toBlock36( iv, blockSize ); in generateIv()
791 sal_uInt32 numberOfBlocks = ( totalSize + ( blockSize - 1 ) ) / blockSize; in getNextBlockSize()
792 return numberOfBlocks * blockSize; in getNextBlockSize()
805 const int blockSize = OpenSSLCipher::blockSize( cipherAlgorithm ); in decryptAll() local
825 sal_uInt32 blockSize ) in hashInput() argument
[all …]
/aoo42x/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch520 + int blockSize;
555 + inSize = inBlocks * blockSize ;
557 + if( inSize < blockSize ) {
631 + int blockSize, outLen = 0;
665 + xmlSecAssert2( inSize < blockSize, -1 ) ;
687 + if( blockSize > ( inSize + 1 ) ) {
700 + inBuf[blockSize-1] = blockSize - inSize ;
701 + inSize = blockSize ;
704 + if( inSize != blockSize ) {
748 + if( outLen < outBuf[blockSize-1] ) {
[all …]
H A Dxmlsec1-customkeymanage.patch2395 + xmlSecSize blockSize ;
2410 + if( ( blockSize = PK11_GetBlockSize( ctx->cipher , NULL ) ) < 0 ) {
2419 + ctx->material = xmlSecBufferCreate( blockSize ) ;
2858 + int blockSize ;
2875 + if( ( blockSize = PK11_GetBlockSize( ctx->cipher , NULL ) ) < 0 ) {
2885 + if( xmlSecBufferSetMaxSize( result , inSize + blockSize ) < 0 ) {
2959 + xmlSecSize blockSize ;
2992 + if( ( blockSize = PK11_GetBlockSize( ctx->cipher , NULL ) ) < 0 ) {
3001 + result = xmlSecBufferCreate( blockSize ) ;
/aoo42x/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx145 static int blockSize( const EVP_CIPHER *cipherAlgorithm ) in blockSize() function in oox::OpenSSLCipher
/aoo42x/main/oox/source/token/
H A Dtokens.txt873 blockSize

Completed in 47 milliseconds