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.
977 + int last ,
1030 -xmlSecNssBlockCipherExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transfor…
1073 - if((ctx->ctxInitialized == 0) && (last != 0)) {
1074 + if( context->cipherCtx == NULL && last != 0 ) {
1102 if(last) {
1124 - xmlSecAssert2(last == 0, -1);