Home
last modified time | relevance | path

Searched refs:blockout (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dbio_ok.c107 int blockout; /* output block is ready */ member
187 if (ctx->blockout) { in ok_read()
211 ctx->blockout = 0; in ok_read()
276 while (ctx->blockout && n > 0) { in ok_write()
289 ctx->blockout = 0; in ok_write()
338 ctx->blockout = 0; in ok_ctrl()
350 ret = ctx->blockout ? ctx->buf_len - ctx->buf_off : 0; in ok_ctrl()
356 if (ctx->blockout == 0) in ok_ctrl()
360 while (ctx->blockout) { in ok_ctrl()
467 ctx->blockout = 1; in sig_out()
[all …]