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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dbio_ber.c301 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c301 n=(inl > ENC_BLOCK_SIZE)?ENC_BLOCK_SIZE:inl;

Completed in 205 milliseconds