Lines Matching refs:outSize
2513 + xmlSecByte *out, xmlSecSize outSize)
2522 + xmlSecAssert2(outSize >= SHA1_LENGTH, NULL);
2555 + s = PK11_DigestFinal(context, out, &len, outSize);
2584 + xmlSecSize outSize ,
2602 + xmlSecAssert2(outSize >= inSize, -1);
2631 + rv = PK11_CipherOp(EncContext, out, &tmp1_outlen, outSize,
2643 + &tmp2_outlen, outSize-tmp1_outlen);
2677 + xmlSecSize outSize;
2692 + outSize = xmlSecBufferGetMaxSize(result) ;
2723 + out, outSize, 1);
2754 + out, outSize, 1);
2778 + out, outSize, 0);
2804 + out, outSize, 0);
2862 + xmlSecSize outSize;
2916 + outSize = xmlSecBufferGetMaxSize(result) ;
2917 + if( PK11_CipherOp( cipherCtx , out, &midSize , outSize , xmlSecBufferGetData( ctx->material ) , i…
2926 + if( PK11_DigestFinal( cipherCtx , out + midSize , &finSize , outSize - midSize ) != SECSuccess ) {