Searched refs:inBuf (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-nssmangleciphers.patch | 632 xmlSecByte* inBuf; 680 inBuf = xmlSecBufferGetData(in); 684 - rv = PK11_GenerateRandom(inBuf + inSize, blockLen - inSize - 1); 688 + if( PK11_GenerateRandom( inBuf + inSize, blockSize - inSize - 1 ) != SECSuccess ) { 698 - inBuf[blockLen - 1] = blockLen - inSize; 700 + inBuf[blockSize-1] = blockSize - inSize ; 980 + xmlSecBufferPtr inBuf = NULL ; 1039 - in = &(transform->inBuf); 1044 + inBuf = &( transform->inBuf ) ; 1061 + rtv = xmlSecNssBlockCipherCtxInit( context, inBuf , outBuf , operation , cipherName , transfo… [all …]
|
H A D | xmlsec1-customkeymanage.patch | 3055 + xmlSecBufferPtr inBuf, outBuf ; 3074 + inBuf = &( transform->inBuf ) ; 3084 + rtv = xmlSecNssKeyWrapCtxInit( context, inBuf , outBuf , operation , transformCtx ) ; 3105 + rtv = xmlSecNssKeyWrapCtxUpdate( context, inBuf , outBuf , operation , transformCtx ) ; 3117 + rtv = xmlSecNssKeyWrapCtxFinal( context, inBuf , outBuf , operation , transformCtx ) ; 3129 + if( xmlSecBufferGetSize( inBuf ) != 0 ) {
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfInputStream.cxx | 56 void SerfInputStream::AddToStream( const char * inBuf, sal_Int32 inLen ) in AddToStream() argument 59 rtl_copyMemory( mInputBuffer.getArray() + mLen, inBuf, inLen ); in AddToStream()
|
H A D | SerfInputStream.hxx | 55 void AddToStream( const char * inBuf, sal_Int32 inLen );
|
Completed in 45 milliseconds