Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dbio_enc.c73 #define ENC_BLOCK_SIZE (1024*4) macro
87 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()
/external/openssl/crypto/pkcs7/
Dbio_ber.c301 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl; in ber_write()