Searched refs:blockSize (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/oox/source/core/ |
| H A D | encryption.cxx | 326 sal_Int32 blockSize; member 344 sal_Int32 blockSize; member 532 keyData.blockSize = attribs.getInteger( XML_blockSize, 0 ); in parseKeyData() 560 passwordKeyEncryptor.blockSize = attribs.getInteger( XML_blockSize, 0 ); in parseEncryptedKey() 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() 789 static sal_uInt32 getNextBlockSize( sal_uInt32 totalSize, sal_uInt32 blockSize ) in getNextBlockSize() argument 791 sal_uInt32 numberOfBlocks = ( totalSize + ( blockSize - 1 ) ) / blockSize; in getNextBlockSize() [all …]
|
| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-nssmangleciphers.patch | 520 + int blockSize; 539 + if( ( blockSize = PK11_GetBlockSize( ctx->cipher , NULL ) ) < 0 ) { 554 + inBlocks = ( encrypt != 0 ? inSize : ( inSize - 1 ) ) / blockSize ; 555 + inSize = inBlocks * blockSize ; 557 + if( inSize < blockSize ) { 573 + if( xmlSecBufferSetMaxSize( out , outSize + inSize + blockSize ) < 0 ) { 588 + if(PK11_CipherOp( ctx->cipherCtx , outBuf , &outLen , inSize + blockSize , xmlSecBufferGetData… 631 + int blockSize, outLen = 0; 650 + if( ( blockSize = PK11_GetBlockSize( ctx->cipher , NULL ) ) < 0 ) { 665 + xmlSecAssert2( inSize < blockSize, -1 ) ; [all …]
|
| H A D | xmlsec1-customkeymanage.patch | 2395 + 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 ) ;
|
| /trunk/main/oox/inc/oox/helper/ |
| H A D | openssl_wrapper.hxx | 145 static int blockSize( const EVP_CIPHER *cipherAlgorithm ) in blockSize() function in oox::OpenSSLCipher
|