Searched refs:OK_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_ok.c140 #define OK_BLOCK_SIZE (1024*4) macro
142 #define IOBS (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
330 n = (inl + ctx->buf_len > OK_BLOCK_SIZE + OK_BLOCK_BLOCK) ?
331 (int)(OK_BLOCK_SIZE + OK_BLOCK_BLOCK - ctx->buf_len) : inl;
339 if (ctx->buf_len >= OK_BLOCK_SIZE + OK_BLOCK_BLOCK) {
472 if (ctx->buf_len + 2 * md->digest->md_size > OK_BLOCK_SIZE)

Completed in 308 milliseconds