Searched refs:ENC_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
73 #define ENC_BLOCK_SIZE (1024*4) macro87 char buf[ENC_BLOCK_SIZE+BUF_OFFSET+2];179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE); in enc_read()259 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl; in enc_write()
301 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl; in ber_write()