Searched defs:ENC_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/evp/
H A Dbio_enc.c73 #define ENC_BLOCK_SIZE (1024*4) macro
84 /* buf is larger than ENC_BLOCK_SIZE because EVP_DecryptUpdate
87 char buf[ENC_BLOCK_SIZE+BUF_OFFSET+2];
179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE);
259 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl;

Completed in 85 milliseconds