Lines Matching refs:ret
108 int ret = 0, i, blocksize;
126 ret = i;
167 ret = (ret == 0) ? i : ret;
185 ret += buf_len;
223 ret += i;
231 return ((ret == 0) ? ctx->cont : ret);
236 int ret = 0, n, i;
245 ret = inl;
282 return (ret == inl) ? i : ret - inl;
291 return ret;
298 long ret = 1;
316 ret = BIO_ctrl(next, cmd, num, ptr);
320 ret = 1;
322 ret = BIO_ctrl(next, cmd, num, ptr);
325 ret = ctx->buf_len - ctx->buf_off;
326 if (ret <= 0)
327 ret = BIO_ctrl(next, cmd, num, ptr);
330 ret = ctx->buf_len - ctx->buf_off;
331 if (ret <= 0)
332 ret = BIO_ctrl(next, cmd, num, ptr);
352 ret = EVP_CipherFinal_ex(ctx->cipher,
355 ctx->ok = (int)ret;
356 if (ret <= 0)
364 ret = BIO_ctrl(next, cmd, num, ptr);
367 ret = (long)ctx->ok;
371 ret = BIO_ctrl(next, cmd, num, ptr);
385 ret = EVP_CIPHER_CTX_copy(dctx->cipher, ctx->cipher);
386 if (ret)
390 ret = BIO_ctrl(next, cmd, num, ptr);
393 return ret;