Lines Matching refs:last
564 - /* we want to have the last block in the input buffer
716 - /* process last block */
719 + /* process the last block */
811 - int last,
967 + * @last: the flag: if set to 1 then it's the last data chunk.
976 + int last ,
1029 -xmlSecNssBlockCipherExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transfor…
1072 - if((ctx->ctxInitialized == 0) && (last != 0)) {
1073 + if( context->cipherCtx == NULL && last != 0 ) {
1101 if(last) {
1123 - xmlSecAssert2(last == 0, -1);