Searched refs:block_mask (Results 1 – 5 of 5) sorted by relevance
797 ctx->block_mask = EVP_CIPHER_block_size(c) - 1; in EVP_CipherInit_ex()869 if (ctx->buf_len == 0 && (inlen & ctx->block_mask) == 0) { in EVP_CipherUpdate()907 ctx->buf_len = (inlen & ctx->block_mask); in EVP_CipherUpdate()908 inlen &= ~ctx->block_mask; in EVP_CipherUpdate()
198 int block_mask; member
971 unsigned long block_mask = 0xf3ffc07fUL; in detect_data_type() local975 for (n = 0; n <= 31; n++, block_mask >>= 1) in detect_data_type()976 if ((block_mask & 1) && (s->dyn_ltree[n].Freq != 0)) in detect_data_type()
53 int block_mask; member
430 ctx->block_mask = ctx->cipher->block_size - 1; in evp_cipher_init_internal()593 if (ctx->buf_len == 0 && (inl & (ctx->block_mask)) == 0) { in evp_EncryptDecryptUpdate()