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

/macosx-10.10/OpenSSL098-52/src/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)
325 n= (inl+ ctx->buf_len > OK_BLOCK_SIZE+ OK_BLOCK_BLOCK) ?
326 (int)(OK_BLOCK_SIZE+OK_BLOCK_BLOCK-ctx->buf_len) : inl;
333 if(ctx->buf_len >= OK_BLOCK_SIZE+ OK_BLOCK_BLOCK)
466 if(ctx->buf_len+ 2* md->digest->md_size > OK_BLOCK_SIZE) return;

Completed in 130 milliseconds