Searched refs:block_mask (Results 1 – 2 of 2) sorted by relevance
263 ctx->block_mask = ctx->cipher->block_size - 1; in EVP_CipherInit_ex()337 if (ctx->buf_len == 0 && (inl & (ctx->block_mask)) == 0) { in EVP_EncryptUpdate()
464 int block_mask; member