Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_enc.c25 #define ENC_BLOCK_SIZE (1024*4) macro
38 * buf is larger than ENC_BLOCK_SIZE because EVP_DecryptUpdate can return
41 unsigned char buf[BUF_OFFSET + ENC_BLOCK_SIZE];
151 i = BIO_read(next, ctx->read_start, ENC_BLOCK_SIZE); in enc_read()
265 n = (inl > ENC_BLOCK_SIZE) ? ENC_BLOCK_SIZE : inl; in enc_write()
/third_party/openssl/crypto/evp/
H A Dbio_enc.c25 #define ENC_BLOCK_SIZE (1024*4) macro
38 * buf is larger than ENC_BLOCK_SIZE because EVP_DecryptUpdate can return
41 unsigned char buf[BUF_OFFSET + ENC_BLOCK_SIZE];
151 i = BIO_read(next, ctx->read_start, ENC_BLOCK_SIZE); in enc_read()
265 n = (inl > ENC_BLOCK_SIZE) ? ENC_BLOCK_SIZE : inl; in enc_write()

Completed in 2 milliseconds