HomeSort by relevance Sort by last modified time
    Searched refs:ENC_BLOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
bio_enc.c 73 #define ENC_BLOCK_SIZE (1024*4)
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;
  /external/openssl/crypto/pkcs7/
bio_ber.c 301 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl;

Completed in 221 milliseconds